#2F442F

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

Shades of Timber Green #2F442F

Tints of Timber Green #2F442F

Color information

#2F442F (or 0x2F442F) is unknown color: approx Timber Green. HEX triplet: 2F, 44 and 2F. RGB value is (47,68,47). Sum of RGB (Red+Green+Blue) = 47+68+47=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 68 - color contains mainly: green. Hex color #2F442F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F442F is #D0BBD0. Grayscale: #3B3B3B. Windows color (decimal): -13679569 or 3097647. OLE color: 3097647.

HSL color Cylindrical-coordinate representation of color #2F442F: hue angle of 120º 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 #2F442F is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB476847-
CMYK0.3100.310.73
HSL120º18.26%22.55%-
HSV(B)120º30.88%26.67%-
XYZ3.754.943.45-
YUV59.33121.04119.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.01%
GREEN value IS 68 (26.95% from 255) = 41.98%
BLUE value IS 47 (18.75% from 255) = 29.01%
R=29.01%
G=41.98%
B=29.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4768470.3100.310.7312018.2622.55
Hex2F442F1F01F49781217
Octal5710457370371111702227
Binary101111100010010111111111011111100100111110001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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