#2F4D36

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

Shades of Timber Green #2F4D36

Tints of Timber Green #2F4D36

Color information

#2F4D36 (or 0x2F4D36) is unknown color: approx Timber Green. HEX triplet: 2F, 4D and 36. RGB value is (47,77,54). Sum of RGB (Red+Green+Blue) = 47+77+54=178 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.40% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 77 - color contains mainly: green. Hex color #2F4D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4D36 is #D0B2C9. Grayscale: #414141. Windows color (decimal): -13677258 or 3558703. OLE color: 3558703.

HSL color Cylindrical-coordinate representation of color #2F4D36: hue angle of 134º 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 #2F4D36 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.

Color convert

RGB477754-
CMYK0.3900.300.70
HSL134º24.19%24.31%-
HSV(B)134º38.96%30.2%-
XYZ4.496.184.45-
YUV65.41121.56114.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.40%
GREEN value IS 77 (30.47% from 255) = 43.26%
BLUE value IS 54 (21.48% from 255) = 30.34%
R=26.40%
G=43.26%
B=30.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4777540.3900.300.7013424.1924.31
Hex2F4D362701E46861818
Octal5711566470361062063030
Binary10111110011011101101001110111101000110100001101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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