Shades of Pine Tree #182805
Tints of Pine Tree #182805
RGB
CMYK
RGB Variations
Color information
#182805 (or 0x182805) is known color: Pine Tree. HEX triplet: 18, 28 and 05. RGB value is (24,40,5). Sum of RGB (Red+Green+Blue) = 24+40+5=69 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.78% from 69); Green value is 40 (16.02% from 255 or 57.97% from 69); Blue value is 5 (2.34% from 255 or 7.25% from 69); Max value from RGB is 40 - color contains mainly: green. Hex color #182805 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182805 is #E7D7FA. Grayscale: #1F1F1F. Windows color (decimal): -15194107 or 337944. OLE color: 337944.
HSL color Cylindrical-coordinate representation of color #182805: hue angle of 87.43º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #182805 is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 24 | 40 | 5 | - |
| CMYK | 0.40 | 0 | 0.88 | 0.84 |
| HSL | 87.43º | 0.78% | 0.09% | - |
| HSV(B) | 87.43º | 0.88% | 0.16% | - |
| XYZ | 1.16 | 1.72 | 0.41 | - |
| YUV | 31.23 | 113.2 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 40 | 5 | 0.40 | 0 | 0.88 | 0.84 | 87.43 | 0.78 | 0.09 |
| Hex | 18 | 28 | 5 | 28 | 0 | 58 | 54 | 57 | 4E | 9 |
| Octal | 30 | 50 | 5 | 50 | 0 | 130 | 124 | 127 | 116 | 11 |
| Binary | 11000 | 101000 | 101 | 101000 | 0 | 1011000 | 1010100 | 1010111 | 1001110 | 1001 |
Color Harmonies of #182805
Complementary color
Monochromatic Colors of #182805
Black with #182805
Text Example
Text Example
White with #182805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182805; }
p { color: rgb(24,40,5); }
H1.HeaderClassName
{
color: #182805;
}
.AnyTagClassName
{
color: #182805;
}
</style>
background-color css
<style>
a { background-color: #182805; }
a { background-color: rgb(24,40,5); }
div.DivClassName
{
background-color: #182805;
}
.BgClassName
{
background-color: #182805;
}
</style>
border-color css
<style>
span { border-color: #182805; }
span { border-color: rgb(24,40,5); }
td.TdClassName
{
border-color: #182805;
}
.TagClassName
{
border-color: #182805;
}
</style>