#2F472F

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

Shades of Timber Green #2F472F

Tints of Timber Green #2F472F

Color information

#2F472F (or 0x2F472F) is unknown color: approx Timber Green. HEX triplet: 2F, 47 and 2F. RGB value is (47,71,47). Sum of RGB (Red+Green+Blue) = 47+71+47=165 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.48% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 71 - color contains mainly: green. Hex color #2F472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F472F is #D0B8D0. Grayscale: #3D3D3D. Windows color (decimal): -13678801 or 3098415. OLE color: 3098415.

HSL color Cylindrical-coordinate representation of color #2F472F: hue angle of 120º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2F472F is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB477147-
CMYK0.3400.340.72
HSL120º20.34%23.14%-
HSV(B)120º33.8%27.84%-
XYZ3.945.323.51-
YUV61.09120.05117.95-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 28.48%
GREEN value IS 71 (28.12% from 255) = 43.03%
BLUE value IS 47 (18.75% from 255) = 28.48%
R=28.48%
G=43.03%
B=28.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4771470.3400.340.7212020.3423.14
Hex2F472F2202248781417
Octal5710757420421101702427
Binary10111110001111011111000100100010100100011110001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,71,47); }

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

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

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

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

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

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

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