Shades of Pine Tree #181D12
Tints of Pine Tree #181D12
RGB
CMYK
RGB Variations
Color information
#181D12 (or 0x181D12) is known color: Pine Tree. HEX triplet: 18, 1D and 12. RGB value is (24,29,18). Sum of RGB (Red+Green+Blue) = 24+29+18=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 29 (11.72% from 255 or 40.85% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 29 - color contains mainly: green. Hex color #181D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181D12 is #E7E2ED. Grayscale: #1A1A1A. Windows color (decimal): -15196910 or 1187096. OLE color: 1187096.
HSL color Cylindrical-coordinate representation of color #181D12: hue angle of 87.27º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #181D12 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 29 | 18 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.89 |
| HSL | 87.27º | 0.23% | 0.09% | - |
| HSV(B) | 87.27º | 0.38% | 0.11% | - |
| XYZ | 0.93 | 1.12 | 0.74 | - |
| YUV | 26.25 | 123.34 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 18 | 0.17 | 0 | 0.38 | 0.89 | 87.27 | 0.23 | 0.09 |
| Hex | 18 | 1D | 12 | 11 | 0 | 26 | 59 | 57 | 17 | 9 |
| Octal | 30 | 35 | 22 | 21 | 0 | 46 | 131 | 127 | 27 | 11 |
| Binary | 11000 | 11101 | 10010 | 10001 | 0 | 100110 | 1011001 | 1010111 | 10111 | 1001 |
Color Harmonies of #181D12
Complementary color
Monochromatic Colors of #181D12
Black with #181D12
Text Example
Text Example
White with #181D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D12; }
p { color: rgb(24,29,18); }
H1.HeaderClassName
{
color: #181D12;
}
.AnyTagClassName
{
color: #181D12;
}
</style>
background-color css
<style>
a { background-color: #181D12; }
a { background-color: rgb(24,29,18); }
div.DivClassName
{
background-color: #181D12;
}
.BgClassName
{
background-color: #181D12;
}
</style>
border-color css
<style>
span { border-color: #181D12; }
span { border-color: rgb(24,29,18); }
td.TdClassName
{
border-color: #181D12;
}
.TagClassName
{
border-color: #181D12;
}
</style>