Shades of Pine Tree #181A15
Tints of Pine Tree #181A15
RGB
CMYK
RGB Variations
Color information
#181A15 (or 0x181A15) is known color: Pine Tree. HEX triplet: 18, 1A and 15. RGB value is (24,26,21). Sum of RGB (Red+Green+Blue) = 24+26+21=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 26 (10.55% from 255 or 36.62% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 26 - color contains mainly: green. Hex color #181A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181A15 is #E7E5EA. Grayscale: #181818. Windows color (decimal): -15197675 or 1382936. OLE color: 1382936.
HSL color Cylindrical-coordinate representation of color #181A15: hue angle of 84º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #181A15 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 26 | 21 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.90 |
| HSL | 84º | 0.11% | 0.09% | - |
| HSV(B) | 84º | 0.19% | 0.1% | - |
| XYZ | 0.88 | 0.99 | 0.85 | - |
| YUV | 24.83 | 125.84 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 21 | 0.08 | 0 | 0.19 | 0.90 | 84 | 0.11 | 0.09 |
| Hex | 18 | 1A | 15 | 8 | 0 | 13 | 5A | 54 | B | 9 |
| Octal | 30 | 32 | 25 | 10 | 0 | 23 | 132 | 124 | 13 | 11 |
| Binary | 11000 | 11010 | 10101 | 1000 | 0 | 10011 | 1011010 | 1010100 | 1011 | 1001 |
Color Harmonies of #181A15
Complementary color
Monochromatic Colors of #181A15
Black with #181A15
Text Example
Text Example
White with #181A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181A15; }
p { color: rgb(24,26,21); }
H1.HeaderClassName
{
color: #181A15;
}
.AnyTagClassName
{
color: #181A15;
}
</style>
background-color css
<style>
a { background-color: #181A15; }
a { background-color: rgb(24,26,21); }
div.DivClassName
{
background-color: #181A15;
}
.BgClassName
{
background-color: #181A15;
}
</style>
border-color css
<style>
span { border-color: #181A15; }
span { border-color: rgb(24,26,21); }
td.TdClassName
{
border-color: #181A15;
}
.TagClassName
{
border-color: #181A15;
}
</style>