Shades of Pine Tree #2D3E18
Tints of Pine Tree #2D3E18
RGB
CMYK
RGB Variations
Color information
#2D3E18 (or 0x2D3E18) is known color: Pine Tree. HEX triplet: 2D, 3E and 18. RGB value is (45,62,24). Sum of RGB (Red+Green+Blue) = 45+62+24=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 62 (24.61% from 255 or 47.33% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 62 - color contains mainly: green. Hex color #2D3E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3E18 is #D2C1E7. Grayscale: #343434. Windows color (decimal): -13812200 or 1588781. OLE color: 1588781.
HSL color Cylindrical-coordinate representation of color #2D3E18: hue angle of 86.84º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D3E18 is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 45 | 62 | 24 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.76 |
| HSL | 86.84º | 0.44% | 0.17% | - |
| HSV(B) | 86.84º | 0.61% | 0.24% | - |
| XYZ | 2.97 | 4.07 | 1.49 | - |
| YUV | 52.59 | 111.87 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 62 | 24 | 0.27 | 0 | 0.61 | 0.76 | 86.84 | 0.44 | 0.17 |
| Hex | 2D | 3E | 18 | 1B | 0 | 3D | 4C | 57 | 2C | 11 |
| Octal | 55 | 76 | 30 | 33 | 0 | 75 | 114 | 127 | 54 | 21 |
| Binary | 101101 | 111110 | 11000 | 11011 | 0 | 111101 | 1001100 | 1010111 | 101100 | 10001 |
Color Harmonies of #2D3E18
Complementary color
Monochromatic Colors of #2D3E18
Black with #2D3E18
Text Example
Text Example
White with #2D3E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3E18; }
p { color: rgb(45,62,24); }
H1.HeaderClassName
{
color: #2D3E18;
}
.AnyTagClassName
{
color: #2D3E18;
}
</style>
background-color css
<style>
a { background-color: #2D3E18; }
a { background-color: rgb(45,62,24); }
div.DivClassName
{
background-color: #2D3E18;
}
.BgClassName
{
background-color: #2D3E18;
}
</style>
border-color css
<style>
span { border-color: #2D3E18; }
span { border-color: rgb(45,62,24); }
td.TdClassName
{
border-color: #2D3E18;
}
.TagClassName
{
border-color: #2D3E18;
}
</style>