Shades of Pine Tree #182705
Tints of Pine Tree #182705
RGB
CMYK
RGB Variations
Color information
#182705 (or 0x182705) is known color: Pine Tree. HEX triplet: 18, 27 and 05. RGB value is (24,39,5). Sum of RGB (Red+Green+Blue) = 24+39+5=68 (9% of max value = 765). Red value is 24 (9.77% from 255 or 35.29% from 68); Green value is 39 (15.62% from 255 or 57.35% from 68); Blue value is 5 (2.34% from 255 or 7.35% from 68); Max value from RGB is 39 - color contains mainly: green. Hex color #182705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182705 is #E7D8FA. Grayscale: #1E1E1E. Windows color (decimal): -15194363 or 337688. OLE color: 337688.
HSL color Cylindrical-coordinate representation of color #182705: hue angle of 86.47º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #182705 is Cyan = 0.38, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 39 | 5 | - |
| CMYK | 0.38 | 0 | 0.87 | 0.85 |
| HSL | 86.47º | 0.77% | 0.09% | - |
| HSV(B) | 86.47º | 0.87% | 0.15% | - |
| XYZ | 1.13 | 1.66 | 0.4 | - |
| YUV | 30.64 | 113.53 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 5 | 0.38 | 0 | 0.87 | 0.85 | 86.47 | 0.77 | 0.09 |
| Hex | 18 | 27 | 5 | 26 | 0 | 57 | 55 | 56 | 4D | 9 |
| Octal | 30 | 47 | 5 | 46 | 0 | 127 | 125 | 126 | 115 | 11 |
| Binary | 11000 | 100111 | 101 | 100110 | 0 | 1010111 | 1010101 | 1010110 | 1001101 | 1001 |
Color Harmonies of #182705
Complementary color
Monochromatic Colors of #182705
Black with #182705
Text Example
Text Example
White with #182705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182705; }
p { color: rgb(24,39,5); }
H1.HeaderClassName
{
color: #182705;
}
.AnyTagClassName
{
color: #182705;
}
</style>
background-color css
<style>
a { background-color: #182705; }
a { background-color: rgb(24,39,5); }
div.DivClassName
{
background-color: #182705;
}
.BgClassName
{
background-color: #182705;
}
</style>
border-color css
<style>
span { border-color: #182705; }
span { border-color: rgb(24,39,5); }
td.TdClassName
{
border-color: #182705;
}
.TagClassName
{
border-color: #182705;
}
</style>