#2F5212

Color #2F5212 Seaweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seaweed #2F5212

Tints of Seaweed #2F5212

Color information

#2F5212 (or 0x2F5212) is unknown color: approx Seaweed. HEX triplet: 2F, 52 and 12. RGB value is (47,82,18). Sum of RGB (Red+Green+Blue) = 47+82+18=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 82 (32.42% from 255 or 55.78% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 82 - color contains mainly: green. Hex color #2F5212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5212 is #D0ADED. Grayscale: #404040. Windows color (decimal): -13676014 or 1200687. OLE color: 1200687.

HSL color Cylindrical-coordinate representation of color #2F5212: hue angle of 92.81º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F5212 is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB478218-
CMYK0.4300.780.68
HSL92.81º64%19.61%-
HSV(B)92.81º78.05%32.16%-
XYZ4.36.681.64-
YUV64.24101.9115.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 31.97%
GREEN value IS 82 (32.42% from 255) = 55.78%
BLUE value IS 18 (7.42% from 255) = 12.24%
R=31.97%
G=55.78%
B=12.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4782180.4300.780.6892.816419.61
Hex2F52122B04E445d4014
Octal571222253011610413510024
Binary1011111010010100101010110100111010001001011101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F5212; }

 p { color: rgb(47,82,18); }

 H1.HeaderClassName
 {
   color: #2F5212;
 }
 .AnyTagClassName
 {
   color: #2F5212;
 }
</style>
background-color css

<style>
 a { background-color: #2F5212; }

 a { background-color: rgb(47,82,18); }

 div.DivClassName
 {
   background-color: #2F5212;
 }
 .BgClassName
 {
   background-color: #2F5212;
 }
</style>
border-color css

<style>
 span { border-color: #2F5212; }

 span { border-color: rgb(47,82,18); }

 td.TdClassName
 {
   border-color: #2F5212;
 }
 .TagClassName
 {
   border-color: #2F5212;
 }
</style>