Shades of Timber Green #2D4A36
Tints of Timber Green #2D4A36
RGB
CMYK
RGB Variations
Color information
#2D4A36 (or 0x2D4A36) is known color: Timber Green. HEX triplet: 2D, 4A and 36. RGB value is (45,74,54). Sum of RGB (Red+Green+Blue) = 45+74+54=173 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.01% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 74 - color contains mainly: green. Hex color #2D4A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4A36 is #D2B5C9. Grayscale: #3F3F3F. Windows color (decimal): -13809098 or 3557933. OLE color: 3557933.
HSL color Cylindrical-coordinate representation of color #2D4A36: hue angle of 138.62º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2D4A36 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
RGB | 45 | 74 | 54 | - |
CMYK | 0.39 | 0 | 0.27 | 0.71 |
HSL | 138.62º | 0.24% | 0.23% | - |
HSV(B) | 138.62º | 0.39% | 0.29% | - |
XYZ | 4.2 | 5.72 | 4.37 | - |
YUV | 63.05 | 122.89 | 115.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 74 | 54 | 0.39 | 0 | 0.27 | 0.71 | 138.62 | 0.24 | 0.23 |
Hex | 2D | 4A | 36 | 27 | 0 | 1B | 47 | 8B | 18 | 17 |
Octal | 55 | 112 | 66 | 47 | 0 | 33 | 107 | 213 | 30 | 27 |
Binary | 101101 | 1001010 | 110110 | 100111 | 0 | 11011 | 1000111 | 10001011 | 11000 | 10111 |
Color Harmonies of #2D4A36
Complementary color
Monochromatic Colors of #2D4A36
Black with #2D4A36
Text Example
Text Example
White with #2D4A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4A36; }
p { color: rgb(45,74,54); }
H1.HeaderClassName
{
color: #2D4A36;
}
.AnyTagClassName
{
color: #2D4A36;
}
</style>
background-color css
<style>
a { background-color: #2D4A36; }
a { background-color: rgb(45,74,54); }
div.DivClassName
{
background-color: #2D4A36;
}
.BgClassName
{
background-color: #2D4A36;
}
</style>
border-color css
<style>
span { border-color: #2D4A36; }
span { border-color: rgb(45,74,54); }
td.TdClassName
{
border-color: #2D4A36;
}
.TagClassName
{
border-color: #2D4A36;
}
</style>