Shades of Pine Tree #181B12
Tints of Pine Tree #181B12
RGB
CMYK
RGB Variations
Color information
#181B12 (or 0x181B12) is known color: Pine Tree. HEX triplet: 18, 1B and 12. RGB value is (24,27,18). Sum of RGB (Red+Green+Blue) = 24+27+18=69 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.78% from 69); Green value is 27 (10.94% from 255 or 39.13% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 27 - color contains mainly: green. Hex color #181B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181B12 is #E7E4ED. Grayscale: #191919. Windows color (decimal): -15197422 or 1186584. OLE color: 1186584.
HSL color Cylindrical-coordinate representation of color #181B12: hue angle of 80º degrees, saturation: 0.2, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #181B12 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 27 | 18 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.89 |
| HSL | 80º | 0.2% | 0.09% | - |
| HSV(B) | 80º | 0.33% | 0.11% | - |
| XYZ | 0.88 | 1.02 | 0.72 | - |
| YUV | 25.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 18 | 0.11 | 0 | 0.33 | 0.89 | 80 | 0.2 | 0.09 |
| Hex | 18 | 1B | 12 | B | 0 | 21 | 59 | 50 | 14 | 9 |
| Octal | 30 | 33 | 22 | 13 | 0 | 41 | 131 | 120 | 24 | 11 |
| Binary | 11000 | 11011 | 10010 | 1011 | 0 | 100001 | 1011001 | 1010000 | 10100 | 1001 |
Color Harmonies of #181B12
Complementary color
Monochromatic Colors of #181B12
Black with #181B12
Text Example
Text Example
White with #181B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B12; }
p { color: rgb(24,27,18); }
H1.HeaderClassName
{
color: #181B12;
}
.AnyTagClassName
{
color: #181B12;
}
</style>
background-color css
<style>
a { background-color: #181B12; }
a { background-color: rgb(24,27,18); }
div.DivClassName
{
background-color: #181B12;
}
.BgClassName
{
background-color: #181B12;
}
</style>
border-color css
<style>
span { border-color: #181B12; }
span { border-color: rgb(24,27,18); }
td.TdClassName
{
border-color: #181B12;
}
.TagClassName
{
border-color: #181B12;
}
</style>