Shades of Pine Tree #2D3A18
Tints of Pine Tree #2D3A18
RGB
CMYK
RGB Variations
Color information
#2D3A18 (or 0x2D3A18) is known color: Pine Tree. HEX triplet: 2D, 3A and 18. RGB value is (45,58,24). Sum of RGB (Red+Green+Blue) = 45+58+24=127 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.43% from 127); Green value is 58 (23.05% from 255 or 45.67% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 58 - color contains mainly: green. Hex color #2D3A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3A18 is #D2C5E7. Grayscale: #323232. Windows color (decimal): -13813224 or 1587757. OLE color: 1587757.
HSL color Cylindrical-coordinate representation of color #2D3A18: hue angle of 82.94º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D3A18 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 58 | 24 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.77 |
| HSL | 82.94º | 0.41% | 0.16% | - |
| HSV(B) | 82.94º | 0.59% | 0.23% | - |
| XYZ | 2.76 | 3.65 | 1.42 | - |
| YUV | 50.24 | 113.19 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 58 | 24 | 0.22 | 0 | 0.59 | 0.77 | 82.94 | 0.41 | 0.16 |
| Hex | 2D | 3A | 18 | 16 | 0 | 3B | 4D | 53 | 29 | 10 |
| Octal | 55 | 72 | 30 | 26 | 0 | 73 | 115 | 123 | 51 | 20 |
| Binary | 101101 | 111010 | 11000 | 10110 | 0 | 111011 | 1001101 | 1010011 | 101001 | 10000 |
Color Harmonies of #2D3A18
Complementary color
Monochromatic Colors of #2D3A18
Black with #2D3A18
Text Example
Text Example
White with #2D3A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3A18; }
p { color: rgb(45,58,24); }
H1.HeaderClassName
{
color: #2D3A18;
}
.AnyTagClassName
{
color: #2D3A18;
}
</style>
background-color css
<style>
a { background-color: #2D3A18; }
a { background-color: rgb(45,58,24); }
div.DivClassName
{
background-color: #2D3A18;
}
.BgClassName
{
background-color: #2D3A18;
}
</style>
border-color css
<style>
span { border-color: #2D3A18; }
span { border-color: rgb(45,58,24); }
td.TdClassName
{
border-color: #2D3A18;
}
.TagClassName
{
border-color: #2D3A18;
}
</style>