Shades of Pine Tree #121B09
Tints of Pine Tree #121B09
RGB
CMYK
RGB Variations
Color information
#121B09 (or 0x121B09) is known color: Pine Tree. HEX triplet: 12, 1B and 09. RGB value is (18,27,9). Sum of RGB (Red+Green+Blue) = 18+27+9=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 27 (10.94% from 255 or 50% from 54); Blue value is 9 (3.91% from 255 or 16.67% from 54); Max value from RGB is 27 - color contains mainly: green. Hex color #121B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121B09 is #EDE4F6. Grayscale: #161616. Windows color (decimal): -15590647 or 596754. OLE color: 596754.
HSL color Cylindrical-coordinate representation of color #121B09: hue angle of 90º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #121B09 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 27 | 9 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.89 |
| HSL | 90º | 0.5% | 0.07% | - |
| HSV(B) | 90º | 0.67% | 0.11% | - |
| XYZ | 0.69 | 0.93 | 0.4 | - |
| YUV | 22.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 9 | 0.33 | 0 | 0.67 | 0.89 | 90 | 0.5 | 0.07 |
| Hex | 12 | 1B | 9 | 21 | 0 | 43 | 59 | 5A | 32 | 7 |
| Octal | 22 | 33 | 11 | 41 | 0 | 103 | 131 | 132 | 62 | 7 |
| Binary | 10010 | 11011 | 1001 | 100001 | 0 | 1000011 | 1011001 | 1011010 | 110010 | 111 |
Color Harmonies of #121B09
Complementary color
Monochromatic Colors of #121B09
Black with #121B09
Text Example
Text Example
White with #121B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B09; }
p { color: rgb(18,27,9); }
H1.HeaderClassName
{
color: #121B09;
}
.AnyTagClassName
{
color: #121B09;
}
</style>
background-color css
<style>
a { background-color: #121B09; }
a { background-color: rgb(18,27,9); }
div.DivClassName
{
background-color: #121B09;
}
.BgClassName
{
background-color: #121B09;
}
</style>
border-color css
<style>
span { border-color: #121B09; }
span { border-color: rgb(18,27,9); }
td.TdClassName
{
border-color: #121B09;
}
.TagClassName
{
border-color: #121B09;
}
</style>