#2F4E34

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

Shades of Timber Green #2F4E34

Tints of Timber Green #2F4E34

Color information

#2F4E34 (or 0x2F4E34) is unknown color: approx Timber Green. HEX triplet: 2F, 4E and 34. RGB value is (47,78,52). Sum of RGB (Red+Green+Blue) = 47+78+52=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 78 - color contains mainly: green. Hex color #2F4E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4E34 is #D0B1CB. Grayscale: #414141. Windows color (decimal): -13677004 or 3427887. OLE color: 3427887.

HSL color Cylindrical-coordinate representation of color #2F4E34: hue angle of 129.68º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F4E34 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB477852-
CMYK0.4000.330.69
HSL129.68º24.8%24.51%-
HSV(B)129.68º39.74%30.59%-
XYZ4.526.34.23-
YUV65.77120.23114.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.55%
GREEN value IS 78 (30.86% from 255) = 44.07%
BLUE value IS 52 (20.70% from 255) = 29.38%
R=26.55%
G=44.07%
B=29.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4778520.4000.330.69129.6824.824.51
Hex2F4E342802145821919
Octal5711664500411052023131
Binary101111100111011010010100001000011000101100000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,78,52); }

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

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

 a { background-color: rgb(47,78,52); }

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

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

 span { border-color: rgb(47,78,52); }

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