#2F412F

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

Shades of Timber Green #2F412F

Tints of Timber Green #2F412F

Color information

#2F412F (or 0x2F412F) is unknown color: approx Timber Green. HEX triplet: 2F, 41 and 2F. RGB value is (47,65,47). Sum of RGB (Red+Green+Blue) = 47+65+47=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 65 - color contains mainly: green. Hex color #2F412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F412F is #D0BED0. Grayscale: #393939. Windows color (decimal): -13680337 or 3096879. OLE color: 3096879.

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

Color convert

RGB476547-
CMYK0.2800.280.75
HSL120º16.07%21.96%-
HSV(B)120º27.69%25.49%-
XYZ3.584.593.39-
YUV57.57122.04120.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.56%
GREEN value IS 65 (25.78% from 255) = 40.88%
BLUE value IS 47 (18.75% from 255) = 29.56%
R=29.56%
G=40.88%
B=29.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4765470.2800.280.7512016.0721.96
Hex2F412F1C01C4B781016
Octal5710157340341131702026
Binary101111100000110111111100011100100101111110001000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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