#2F5A39

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

Shades of Hunter Green #2F5A39

Tints of Hunter Green #2F5A39

Color information

#2F5A39 (or 0x2F5A39) is unknown color: approx Hunter Green. HEX triplet: 2F, 5A and 39. RGB value is (47,90,57). Sum of RGB (Red+Green+Blue) = 47+90+57=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 90 (35.55% from 255 or 46.39% from 194); Blue value is 57 (22.66% from 255 or 29.38% from 194); Max value from RGB is 90 - color contains mainly: green. Hex color #2F5A39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5A39 is #D0A5C6. Grayscale: #494949. Windows color (decimal): -13673927 or 3758639. OLE color: 3758639.

HSL color Cylindrical-coordinate representation of color #2F5A39: hue angle of 133.95º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F5A39 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.

Color convert

RGB479057-
CMYK0.4800.370.65
HSL133.95º31.39%26.86%-
HSV(B)133.95º47.78%35.29%-
XYZ5.578.215.16-
YUV73.38118.75109.18-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.23%
GREEN value IS 90 (35.55% from 255) = 46.39%
BLUE value IS 57 (22.66% from 255) = 29.38%
R=24.23%
G=46.39%
B=29.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4790570.4800.370.65133.9531.3926.86
Hex2F5A393002541861f1b
Octal5713271600451012063733
Binary101111101101011100111000001001011000001100001101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,90,57); }

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

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

 a { background-color: rgb(47,90,57); }

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

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

 span { border-color: rgb(47,90,57); }

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