#2F5B39

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

Shades of Hunter Green #2F5B39

Tints of Hunter Green #2F5B39

Color information

#2F5B39 (or 0x2F5B39) is unknown color: approx Hunter Green. HEX triplet: 2F, 5B and 39. RGB value is (47,91,57). Sum of RGB (Red+Green+Blue) = 47+91+57=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 91 (35.94% from 255 or 46.67% from 195); Blue value is 57 (22.66% from 255 or 29.23% from 195); Max value from RGB is 91 - color contains mainly: green. Hex color #2F5B39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5B39 is #D0A4C6. Grayscale: #4A4A4A. Windows color (decimal): -13673671 or 3758895. OLE color: 3758895.

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

Color convert

RGB479157-
CMYK0.4800.370.64
HSL133.64º31.88%27.06%-
HSV(B)133.64º48.35%35.69%-
XYZ5.658.385.19-
YUV73.97118.42108.76-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.10%
GREEN value IS 91 (35.94% from 255) = 46.67%
BLUE value IS 57 (22.66% from 255) = 29.23%
R=24.10%
G=46.67%
B=29.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4791570.4800.370.64133.6431.8827.06
Hex2F5B39300254086201b
Octal5713371600451002064033
Binary1011111011011111001110000010010110000001000011010000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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