Shades of Pine Tree #181C13
Tints of Pine Tree #181C13
RGB
CMYK
RGB Variations
Color information
#181C13 (or 0x181C13) is known color: Pine Tree. HEX triplet: 18, 1C and 13. RGB value is (24,28,19). Sum of RGB (Red+Green+Blue) = 24+28+19=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 28 (11.33% from 255 or 39.44% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 28 - color contains mainly: green. Hex color #181C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181C13 is #E7E3EC. Grayscale: #191919. Windows color (decimal): -15197165 or 1252376. OLE color: 1252376.
HSL color Cylindrical-coordinate representation of color #181C13: hue angle of 86.67º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #181C13 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 28 | 19 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.89 |
| HSL | 86.67º | 0.19% | 0.09% | - |
| HSV(B) | 86.67º | 0.32% | 0.11% | - |
| XYZ | 0.91 | 1.07 | 0.78 | - |
| YUV | 25.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 19 | 0.14 | 0 | 0.32 | 0.89 | 86.67 | 0.19 | 0.09 |
| Hex | 18 | 1C | 13 | E | 0 | 20 | 59 | 57 | 13 | 9 |
| Octal | 30 | 34 | 23 | 16 | 0 | 40 | 131 | 127 | 23 | 11 |
| Binary | 11000 | 11100 | 10011 | 1110 | 0 | 100000 | 1011001 | 1010111 | 10011 | 1001 |
Color Harmonies of #181C13
Complementary color
Monochromatic Colors of #181C13
Black with #181C13
Text Example
Text Example
White with #181C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C13; }
p { color: rgb(24,28,19); }
H1.HeaderClassName
{
color: #181C13;
}
.AnyTagClassName
{
color: #181C13;
}
</style>
background-color css
<style>
a { background-color: #181C13; }
a { background-color: rgb(24,28,19); }
div.DivClassName
{
background-color: #181C13;
}
.BgClassName
{
background-color: #181C13;
}
</style>
border-color css
<style>
span { border-color: #181C13; }
span { border-color: rgb(24,28,19); }
td.TdClassName
{
border-color: #181C13;
}
.TagClassName
{
border-color: #181C13;
}
</style>