Shades of Pine Tree #181B14
Tints of Pine Tree #181B14
RGB
CMYK
RGB Variations
Color information
#181B14 (or 0x181B14) is known color: Pine Tree. HEX triplet: 18, 1B and 14. RGB value is (24,27,20). Sum of RGB (Red+Green+Blue) = 24+27+20=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 27 (10.94% from 255 or 38.03% from 71); Blue value is 20 (8.20% from 255 or 28.17% from 71); Max value from RGB is 27 - color contains mainly: green. Hex color #181B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181B14 is #E7E4EB. Grayscale: #191919. Windows color (decimal): -15197420 or 1317656. OLE color: 1317656.
HSL color Cylindrical-coordinate representation of color #181B14: hue angle of 85.71º degrees, saturation: 0.15, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #181B14 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 27 | 20 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.89 |
| HSL | 85.71º | 0.15% | 0.09% | - |
| HSV(B) | 85.71º | 0.26% | 0.11% | - |
| XYZ | 0.89 | 1.03 | 0.81 | - |
| YUV | 25.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 20 | 0.11 | 0 | 0.26 | 0.89 | 85.71 | 0.15 | 0.09 |
| Hex | 18 | 1B | 14 | B | 0 | 1A | 59 | 56 | F | 9 |
| Octal | 30 | 33 | 24 | 13 | 0 | 32 | 131 | 126 | 17 | 11 |
| Binary | 11000 | 11011 | 10100 | 1011 | 0 | 11010 | 1011001 | 1010110 | 1111 | 1001 |
Color Harmonies of #181B14
Complementary color
Monochromatic Colors of #181B14
Black with #181B14
Text Example
Text Example
White with #181B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B14; }
p { color: rgb(24,27,20); }
H1.HeaderClassName
{
color: #181B14;
}
.AnyTagClassName
{
color: #181B14;
}
</style>
background-color css
<style>
a { background-color: #181B14; }
a { background-color: rgb(24,27,20); }
div.DivClassName
{
background-color: #181B14;
}
.BgClassName
{
background-color: #181B14;
}
</style>
border-color css
<style>
span { border-color: #181B14; }
span { border-color: rgb(24,27,20); }
td.TdClassName
{
border-color: #181B14;
}
.TagClassName
{
border-color: #181B14;
}
</style>