#2F4432

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

Shades of Timber Green #2F4432

Tints of Timber Green #2F4432

Color information

#2F4432 (or 0x2F4432) is unknown color: approx Timber Green. HEX triplet: 2F, 44 and 32. RGB value is (47,68,50). Sum of RGB (Red+Green+Blue) = 47+68+50=165 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.48% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 68 - color contains mainly: green. Hex color #2F4432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4432 is #D0BBCD. Grayscale: #3B3B3B. Windows color (decimal): -13679566 or 3294255. OLE color: 3294255.

HSL color Cylindrical-coordinate representation of color #2F4432: hue angle of 128.57º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2F4432 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB476850-
CMYK0.3100.260.73
HSL128.57º18.26%22.55%-
HSV(B)128.57º30.88%26.67%-
XYZ3.824.973.78-
YUV59.67122.54118.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 28.48%
GREEN value IS 68 (26.95% from 255) = 41.21%
BLUE value IS 50 (19.92% from 255) = 30.30%
R=28.48%
G=41.21%
B=30.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4768500.3100.260.73128.5718.2622.55
Hex2F44321F01A49811217
Octal5710462370321112012227
Binary1011111000100110010111110110101001001100000011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,68,50); }

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

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

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

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

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

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

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