Shades of Pine Tree #121B07
Tints of Pine Tree #121B07
RGB
CMYK
RGB Variations
Color information
#121B07 (or 0x121B07) is known color: Pine Tree. HEX triplet: 12, 1B and 07. RGB value is (18,27,7). Sum of RGB (Red+Green+Blue) = 18+27+7=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 27 (10.94% from 255 or 51.92% from 52); Blue value is 7 (3.12% from 255 or 13.46% from 52); Max value from RGB is 27 - color contains mainly: green. Hex color #121B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121B07 is #EDE4F8. Grayscale: #161616. Windows color (decimal): -15590649 or 465682. OLE color: 465682.
HSL color Cylindrical-coordinate representation of color #121B07: hue angle of 87º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #121B07 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 27 | 7 | - |
| CMYK | 0.33 | 0 | 0.74 | 0.89 |
| HSL | 87º | 0.59% | 0.07% | - |
| HSV(B) | 87º | 0.74% | 0.11% | - |
| XYZ | 0.68 | 0.93 | 0.34 | - |
| YUV | 22.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 7 | 0.33 | 0 | 0.74 | 0.89 | 87 | 0.59 | 0.07 |
| Hex | 12 | 1B | 7 | 21 | 0 | 4A | 59 | 57 | 3B | 7 |
| Octal | 22 | 33 | 7 | 41 | 0 | 112 | 131 | 127 | 73 | 7 |
| Binary | 10010 | 11011 | 111 | 100001 | 0 | 1001010 | 1011001 | 1010111 | 111011 | 111 |
Color Harmonies of #121B07
Complementary color
Monochromatic Colors of #121B07
Black with #121B07
Text Example
Text Example
White with #121B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B07; }
p { color: rgb(18,27,7); }
H1.HeaderClassName
{
color: #121B07;
}
.AnyTagClassName
{
color: #121B07;
}
</style>
background-color css
<style>
a { background-color: #121B07; }
a { background-color: rgb(18,27,7); }
div.DivClassName
{
background-color: #121B07;
}
.BgClassName
{
background-color: #121B07;
}
</style>
border-color css
<style>
span { border-color: #121B07; }
span { border-color: rgb(18,27,7); }
td.TdClassName
{
border-color: #121B07;
}
.TagClassName
{
border-color: #121B07;
}
</style>