#2B5F39

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

Shades of Hunter Green #2B5F39

Tints of Hunter Green #2B5F39

Color information

#2B5F39 (or 0x2B5F39) is unknown color: approx Hunter Green. HEX triplet: 2B, 5F and 39. RGB value is (43,95,57). Sum of RGB (Red+Green+Blue) = 43+95+57=195 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.05% from 195); Green value is 95 (37.5% from 255 or 48.72% from 195); Blue value is 57 (22.66% from 255 or 29.23% from 195); Max value from RGB is 95 - color contains mainly: green. Hex color #2B5F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5F39 is #D4A0C6. Grayscale: #4B4B4B. Windows color (decimal): -13934791 or 3759915. OLE color: 3759915.

HSL color Cylindrical-coordinate representation of color #2B5F39: hue angle of 136.15º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B5F39 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.63.

Color convert

RGB439557-
CMYK0.5500.400.63
HSL136.15º37.68%27.06%-
HSV(B)136.15º54.74%37.25%-
XYZ5.838.995.3-
YUV75.12117.77105.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.05%
GREEN value IS 95 (37.5% from 255) = 48.72%
BLUE value IS 57 (22.66% from 255) = 29.23%
R=22.05%
G=48.72%
B=29.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4395570.5500.400.63136.1537.6827.06
Hex2B5F39370283F88261b
Octal531377167050772104633
Binary101011101111111100111011101010001111111000100010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,95,57); }

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

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

 a { background-color: rgb(43,95,57); }

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

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

 span { border-color: rgb(43,95,57); }

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