#2F4931

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

Shades of Timber Green #2F4931

Tints of Timber Green #2F4931

Color information

#2F4931 (or 0x2F4931) is unknown color: approx Timber Green. HEX triplet: 2F, 49 and 31. RGB value is (47,73,49). Sum of RGB (Red+Green+Blue) = 47+73+49=169 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.81% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 73 - color contains mainly: green. Hex color #2F4931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4931 is #D0B6CE. Grayscale: #3E3E3E. Windows color (decimal): -13678287 or 3229999. OLE color: 3229999.

HSL color Cylindrical-coordinate representation of color #2F4931: hue angle of 124.62º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2F4931 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB477349-
CMYK0.3600.330.71
HSL124.62º21.67%23.53%-
HSV(B)124.62º35.62%28.63%-
XYZ4.115.593.77-
YUV62.49120.39116.95-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.81%
GREEN value IS 73 (28.91% from 255) = 43.20%
BLUE value IS 49 (19.53% from 255) = 28.99%
R=27.81%
G=43.20%
B=28.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4773490.3600.330.71124.6221.6723.53
Hex2F493124021477d1618
Octal5711161440411071752630
Binary10111110010011100011001000100001100011111111011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,73,49); }

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

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

 a { background-color: rgb(47,73,49); }

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

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

 span { border-color: rgb(47,73,49); }

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