Shades of Timber Green #2D3D30
Tints of Timber Green #2D3D30
RGB
CMYK
RGB Variations
Color information
#2D3D30 (or 0x2D3D30) is known color: Timber Green. HEX triplet: 2D, 3D and 30. RGB value is (45,61,48). Sum of RGB (Red+Green+Blue) = 45+61+48=154 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.22% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 61 - color contains mainly: green. Hex color #2D3D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3D30 is #D2C2CF. Grayscale: #363636. Windows color (decimal): -13812432 or 3161389. OLE color: 3161389.
HSL color Cylindrical-coordinate representation of color #2D3D30: hue angle of 131.25º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2D3D30 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 61 | 48 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.76 |
| HSL | 131.25º | 0.15% | 0.21% | - |
| HSV(B) | 131.25º | 0.26% | 0.24% | - |
| XYZ | 3.28 | 4.11 | 3.42 | - |
| YUV | 54.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 61 | 48 | 0.26 | 0 | 0.21 | 0.76 | 131.25 | 0.15 | 0.21 |
| Hex | 2D | 3D | 30 | 1A | 0 | 15 | 4C | 83 | F | 15 |
| Octal | 55 | 75 | 60 | 32 | 0 | 25 | 114 | 203 | 17 | 25 |
| Binary | 101101 | 111101 | 110000 | 11010 | 0 | 10101 | 1001100 | 10000011 | 1111 | 10101 |
Color Harmonies of #2D3D30
Complementary color
Monochromatic Colors of #2D3D30
Black with #2D3D30
Text Example
Text Example
White with #2D3D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3D30; }
p { color: rgb(45,61,48); }
H1.HeaderClassName
{
color: #2D3D30;
}
.AnyTagClassName
{
color: #2D3D30;
}
</style>
background-color css
<style>
a { background-color: #2D3D30; }
a { background-color: rgb(45,61,48); }
div.DivClassName
{
background-color: #2D3D30;
}
.BgClassName
{
background-color: #2D3D30;
}
</style>
border-color css
<style>
span { border-color: #2D3D30; }
span { border-color: rgb(45,61,48); }
td.TdClassName
{
border-color: #2D3D30;
}
.TagClassName
{
border-color: #2D3D30;
}
</style>