#2F4F15

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

Shades of Seaweed #2F4F15

Tints of Seaweed #2F4F15

Color information

#2F4F15 (or 0x2F4F15) is unknown color: approx Seaweed. HEX triplet: 2F, 4F and 15. RGB value is (47,79,21). Sum of RGB (Red+Green+Blue) = 47+79+21=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 79 (31.25% from 255 or 53.74% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 79 - color contains mainly: green. Hex color #2F4F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F4F15 is #D0B0EA. Grayscale: #3F3F3F. Windows color (decimal): -13676779 or 1396527. OLE color: 1396527.

HSL color Cylindrical-coordinate representation of color #2F4F15: hue angle of 93.1º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F4F15 is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.

Color convert

RGB477921-
CMYK0.4100.730.69
HSL93.1º58%19.61%-
HSV(B)93.1º73.42%30.98%-
XYZ4.16.251.7-
YUV62.82104.4116.72-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.97%
GREEN value IS 79 (31.25% from 255) = 53.74%
BLUE value IS 21 (8.59% from 255) = 14.29%
R=31.97%
G=53.74%
B=14.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4779210.4100.730.6993.15819.61
Hex2F4F1529049455d3a14
Octal57117255101111051357224
Binary101111100111110101101001010010011000101101110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,79,21); }

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

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

 a { background-color: rgb(47,79,21); }

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

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

 span { border-color: rgb(47,79,21); }

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