Shades of Pine Tree #181A16
Tints of Pine Tree #181A16
RGB
CMYK
RGB Variations
Color information
#181A16 (or 0x181A16) is known color: Pine Tree. HEX triplet: 18, 1A and 16. RGB value is (24,26,22). Sum of RGB (Red+Green+Blue) = 24+26+22=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 26 (10.55% from 255 or 36.11% from 72); Blue value is 22 (8.98% from 255 or 30.56% from 72); Max value from RGB is 26 - color contains mainly: green. Hex color #181A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181A16 is #E7E5E9. Grayscale: #181818. Windows color (decimal): -15197674 or 1448472. OLE color: 1448472.
HSL color Cylindrical-coordinate representation of color #181A16: hue angle of 90º degrees, saturation: 0.08, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #181A16 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 26 | 22 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.90 |
| HSL | 90º | 0.08% | 0.09% | - |
| HSV(B) | 90º | 0.15% | 0.1% | - |
| XYZ | 0.89 | 0.99 | 0.9 | - |
| YUV | 24.95 | 126.34 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 22 | 0.08 | 0 | 0.15 | 0.90 | 90 | 0.08 | 0.09 |
| Hex | 18 | 1A | 16 | 8 | 0 | F | 5A | 5A | 8 | 9 |
| Octal | 30 | 32 | 26 | 10 | 0 | 17 | 132 | 132 | 10 | 11 |
| Binary | 11000 | 11010 | 10110 | 1000 | 0 | 1111 | 1011010 | 1011010 | 1000 | 1001 |
Color Harmonies of #181A16
Complementary color
Monochromatic Colors of #181A16
Black with #181A16
Text Example
Text Example
White with #181A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181A16; }
p { color: rgb(24,26,22); }
H1.HeaderClassName
{
color: #181A16;
}
.AnyTagClassName
{
color: #181A16;
}
</style>
background-color css
<style>
a { background-color: #181A16; }
a { background-color: rgb(24,26,22); }
div.DivClassName
{
background-color: #181A16;
}
.BgClassName
{
background-color: #181A16;
}
</style>
border-color css
<style>
span { border-color: #181A16; }
span { border-color: rgb(24,26,22); }
td.TdClassName
{
border-color: #181A16;
}
.TagClassName
{
border-color: #181A16;
}
</style>