#2D4631

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

Shades of Timber Green #2D4631

Tints of Timber Green #2D4631

Color information

#2D4631 (or 0x2D4631) is unknown color: approx Timber Green. HEX triplet: 2D, 46 and 31. RGB value is (45,70,49). Sum of RGB (Red+Green+Blue) = 45+70+49=164 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.44% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 70 - color contains mainly: green. Hex color #2D4631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4631 is #D2B9CE. Grayscale: #3C3C3C. Windows color (decimal): -13810127 or 3229229. OLE color: 3229229.

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

Color convert

RGB457049-
CMYK0.3600.300.73
HSL129.6º21.74%22.55%-
HSV(B)129.6º35.71%27.45%-
XYZ3.835.163.7-
YUV60.13121.72117.21-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.44%
GREEN value IS 70 (27.73% from 255) = 42.68%
BLUE value IS 49 (19.53% from 255) = 29.88%
R=27.44%
G=42.68%
B=29.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4570490.3600.300.73129.621.7422.55
Hex2D46312401E49821617
Octal5510661440361112022627
Binary10110110001101100011001000111101001001100000101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,70,49); }

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

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

 a { background-color: rgb(45,70,49); }

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

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

 span { border-color: rgb(45,70,49); }

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