Shades of Pine Tree #121B0A
Tints of Pine Tree #121B0A
RGB
CMYK
RGB Variations
Color information
#121B0A (or 0x121B0A) is known color: Pine Tree. HEX triplet: 12, 1B and 0A. RGB value is (18,27,10). Sum of RGB (Red+Green+Blue) = 18+27+10=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 27 (10.94% from 255 or 49.09% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 27 - color contains mainly: green. Hex color #121B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121B0A is #EDE4F5. Grayscale: #161616. Windows color (decimal): -15590646 or 662290. OLE color: 662290.
HSL color Cylindrical-coordinate representation of color #121B0A: hue angle of 91.76º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #121B0A is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 27 | 10 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.89 |
| HSL | 91.76º | 0.46% | 0.07% | - |
| HSV(B) | 91.76º | 0.63% | 0.11% | - |
| XYZ | 0.7 | 0.93 | 0.43 | - |
| YUV | 22.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 10 | 0.33 | 0 | 0.63 | 0.89 | 91.76 | 0.46 | 0.07 |
| Hex | 12 | 1B | A | 21 | 0 | 3F | 59 | 5C | 2E | 7 |
| Octal | 22 | 33 | 12 | 41 | 0 | 77 | 131 | 134 | 56 | 7 |
| Binary | 10010 | 11011 | 1010 | 100001 | 0 | 111111 | 1011001 | 1011100 | 101110 | 111 |
Color Harmonies of #121B0A
Complementary color
Monochromatic Colors of #121B0A
Black with #121B0A
Text Example
Text Example
White with #121B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B0A; }
p { color: rgb(18,27,10); }
H1.HeaderClassName
{
color: #121B0A;
}
.AnyTagClassName
{
color: #121B0A;
}
</style>
background-color css
<style>
a { background-color: #121B0A; }
a { background-color: rgb(18,27,10); }
div.DivClassName
{
background-color: #121B0A;
}
.BgClassName
{
background-color: #121B0A;
}
</style>
border-color css
<style>
span { border-color: #121B0A; }
span { border-color: rgb(18,27,10); }
td.TdClassName
{
border-color: #121B0A;
}
.TagClassName
{
border-color: #121B0A;
}
</style>