#2F4D32

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

Shades of Timber Green #2F4D32

Tints of Timber Green #2F4D32

Color information

#2F4D32 (or 0x2F4D32) is unknown color: approx Timber Green. HEX triplet: 2F, 4D and 32. RGB value is (47,77,50). Sum of RGB (Red+Green+Blue) = 47+77+50=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 77 - color contains mainly: green. Hex color #2F4D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4D32 is #D0B2CD. Grayscale: #414141. Windows color (decimal): -13677262 or 3296559. OLE color: 3296559.

HSL color Cylindrical-coordinate representation of color #2F4D32: hue angle of 126º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F4D32 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.70.

Color convert

RGB477750-
CMYK0.3900.350.70
HSL126º24.19%24.31%-
HSV(B)126º38.96%30.2%-
XYZ4.46.143.97-
YUV64.95119.56115.2-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.01%
GREEN value IS 77 (30.47% from 255) = 44.25%
BLUE value IS 50 (19.92% from 255) = 28.74%
R=27.01%
G=44.25%
B=28.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4777500.3900.350.7012624.1924.31
Hex2F4D3227023467e1818
Octal5711562470431061763030
Binary10111110011011100101001110100011100011011111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,77,50); }

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

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

 a { background-color: rgb(47,77,50); }

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

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

 span { border-color: rgb(47,77,50); }

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