#2F422F

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

Shades of Timber Green #2F422F

Tints of Timber Green #2F422F

Color information

#2F422F (or 0x2F422F) is unknown color: approx Timber Green. HEX triplet: 2F, 42 and 2F. RGB value is (47,66,47). Sum of RGB (Red+Green+Blue) = 47+66+47=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 66 - color contains mainly: green. Hex color #2F422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F422F is #D0BDD0. Grayscale: #3A3A3A. Windows color (decimal): -13680081 or 3097135. OLE color: 3097135.

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

Color convert

RGB476647-
CMYK0.2900.290.74
HSL120º16.81%22.16%-
HSV(B)120º28.79%25.88%-
XYZ3.634.713.41-
YUV58.15121.71120.04-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.38%
GREEN value IS 66 (26.17% from 255) = 41.25%
BLUE value IS 47 (18.75% from 255) = 29.38%
R=29.38%
G=41.25%
B=29.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4766470.2900.290.7412016.8122.16
Hex2F422F1D01D4A781116
Octal5710257350351121702126
Binary101111100001010111111101011101100101011110001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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