Shades of Pine Tree #181B13
Tints of Pine Tree #181B13
RGB
CMYK
RGB Variations
Color information
#181B13 (or 0x181B13) is known color: Pine Tree. HEX triplet: 18, 1B and 13. RGB value is (24,27,19). Sum of RGB (Red+Green+Blue) = 24+27+19=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 27 (10.94% from 255 or 38.57% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 27 - color contains mainly: green. Hex color #181B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181B13 is #E7E4EC. Grayscale: #191919. Windows color (decimal): -15197421 or 1252120. OLE color: 1252120.
HSL color Cylindrical-coordinate representation of color #181B13: hue angle of 82.5º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #181B13 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 27 | 19 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.89 |
| HSL | 82.5º | 0.17% | 0.09% | - |
| HSV(B) | 82.5º | 0.3% | 0.11% | - |
| XYZ | 0.89 | 1.03 | 0.77 | - |
| YUV | 25.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 19 | 0.11 | 0 | 0.30 | 0.89 | 82.5 | 0.17 | 0.09 |
| Hex | 18 | 1B | 13 | B | 0 | 1E | 59 | 52 | 11 | 9 |
| Octal | 30 | 33 | 23 | 13 | 0 | 36 | 131 | 122 | 21 | 11 |
| Binary | 11000 | 11011 | 10011 | 1011 | 0 | 11110 | 1011001 | 1010010 | 10001 | 1001 |
Color Harmonies of #181B13
Complementary color
Monochromatic Colors of #181B13
Black with #181B13
Text Example
Text Example
White with #181B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B13; }
p { color: rgb(24,27,19); }
H1.HeaderClassName
{
color: #181B13;
}
.AnyTagClassName
{
color: #181B13;
}
</style>
background-color css
<style>
a { background-color: #181B13; }
a { background-color: rgb(24,27,19); }
div.DivClassName
{
background-color: #181B13;
}
.BgClassName
{
background-color: #181B13;
}
</style>
border-color css
<style>
span { border-color: #181B13; }
span { border-color: rgb(24,27,19); }
td.TdClassName
{
border-color: #181B13;
}
.TagClassName
{
border-color: #181B13;
}
</style>