Shades of Pine Tree #244205
Tints of Pine Tree #244205
RGB
CMYK
RGB Variations
Color information
#244205 (or 0x244205) is known color: Pine Tree. HEX triplet: 24, 42 and 05. RGB value is (36,66,5). Sum of RGB (Red+Green+Blue) = 36+66+5=107 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.64% from 107); Green value is 66 (26.17% from 255 or 61.68% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 66 - color contains mainly: green. Hex color #244205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #244205 is #DBBDFA. Grayscale: #323232. Windows color (decimal): -14401019 or 344612. OLE color: 344612.
HSL color Cylindrical-coordinate representation of color #244205: hue angle of 89.51º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #244205 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 36 | 66 | 5 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.74 |
| HSL | 89.51º | 0.86% | 0.14% | - |
| HSV(B) | 89.51º | 0.92% | 0.26% | - |
| XYZ | 2.7 | 4.28 | 0.83 | - |
| YUV | 50.08 | 102.56 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 66 | 5 | 0.45 | 0 | 0.92 | 0.74 | 89.51 | 0.86 | 0.14 |
| Hex | 24 | 42 | 5 | 2D | 0 | 5C | 4A | 5A | 56 | E |
| Octal | 44 | 102 | 5 | 55 | 0 | 134 | 112 | 132 | 126 | 16 |
| Binary | 100100 | 1000010 | 101 | 101101 | 0 | 1011100 | 1001010 | 1011010 | 1010110 | 1110 |
Color Harmonies of #244205
Complementary color
Monochromatic Colors of #244205
Black with #244205
Text Example
Text Example
White with #244205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244205; }
p { color: rgb(36,66,5); }
H1.HeaderClassName
{
color: #244205;
}
.AnyTagClassName
{
color: #244205;
}
</style>
background-color css
<style>
a { background-color: #244205; }
a { background-color: rgb(36,66,5); }
div.DivClassName
{
background-color: #244205;
}
.BgClassName
{
background-color: #244205;
}
</style>
border-color css
<style>
span { border-color: #244205; }
span { border-color: rgb(36,66,5); }
td.TdClassName
{
border-color: #244205;
}
.TagClassName
{
border-color: #244205;
}
</style>