#2F4918

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

Shades of Seaweed #2F4918

Tints of Seaweed #2F4918

Color information

#2F4918 (or 0x2F4918) is unknown color: approx Seaweed. HEX triplet: 2F, 49 and 18. RGB value is (47,73,24). Sum of RGB (Red+Green+Blue) = 47+73+24=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 73 (28.91% from 255 or 50.69% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 73 - color contains mainly: green. Hex color #2F4918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F4918 is #D0B6E7. Grayscale: #3B3B3B. Windows color (decimal): -13678312 or 1591599. OLE color: 1591599.

HSL color Cylindrical-coordinate representation of color #2F4918: hue angle of 91.84º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F4918 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB477324-
CMYK0.3600.670.71
HSL91.84º50.52%19.02%-
HSV(B)91.84º67.12%28.63%-
XYZ3.725.441.72-
YUV59.64107.89118.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.64%
GREEN value IS 73 (28.91% from 255) = 50.69%
BLUE value IS 24 (9.77% from 255) = 16.67%
R=32.64%
G=50.69%
B=16.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4773240.3600.670.7191.8450.5219.02
Hex2F491824043475c3313
Octal57111304401031071346323
Binary101111100100111000100100010000111000111101110011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,73,24); }

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

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

 a { background-color: rgb(47,73,24); }

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

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

 span { border-color: rgb(47,73,24); }

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