Shades of Pine Tree #181E13
Tints of Pine Tree #181E13
RGB
CMYK
RGB Variations
Color information
#181E13 (or 0x181E13) is known color: Pine Tree. HEX triplet: 18, 1E and 13. RGB value is (24,30,19). Sum of RGB (Red+Green+Blue) = 24+30+19=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 30 (12.11% from 255 or 41.10% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 30 - color contains mainly: green. Hex color #181E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181E13 is #E7E1EC. Grayscale: #1A1A1A. Windows color (decimal): -15196653 or 1252888. OLE color: 1252888.
HSL color Cylindrical-coordinate representation of color #181E13: hue angle of 92.73º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #181E13 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 24 | 30 | 19 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.88 |
| HSL | 92.73º | 0.22% | 0.1% | - |
| HSV(B) | 92.73º | 0.37% | 0.12% | - |
| XYZ | 0.96 | 1.17 | 0.79 | - |
| YUV | 26.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 19 | 0.20 | 0 | 0.37 | 0.88 | 92.73 | 0.22 | 0.1 |
| Hex | 18 | 1E | 13 | 14 | 0 | 25 | 58 | 5D | 16 | A |
| Octal | 30 | 36 | 23 | 24 | 0 | 45 | 130 | 135 | 26 | 12 |
| Binary | 11000 | 11110 | 10011 | 10100 | 0 | 100101 | 1011000 | 1011101 | 10110 | 1010 |
Color Harmonies of #181E13
Complementary color
Monochromatic Colors of #181E13
Black with #181E13
Text Example
Text Example
White with #181E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181E13; }
p { color: rgb(24,30,19); }
H1.HeaderClassName
{
color: #181E13;
}
.AnyTagClassName
{
color: #181E13;
}
</style>
background-color css
<style>
a { background-color: #181E13; }
a { background-color: rgb(24,30,19); }
div.DivClassName
{
background-color: #181E13;
}
.BgClassName
{
background-color: #181E13;
}
</style>
border-color css
<style>
span { border-color: #181E13; }
span { border-color: rgb(24,30,19); }
td.TdClassName
{
border-color: #181E13;
}
.TagClassName
{
border-color: #181E13;
}
</style>