Shades of Pine Tree #121B04
Tints of Pine Tree #121B04
RGB
CMYK
RGB Variations
Color information
#121B04 (or 0x121B04) is known color: Pine Tree. HEX triplet: 12, 1B and 04. RGB value is (18,27,4). Sum of RGB (Red+Green+Blue) = 18+27+4=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 27 (10.94% from 255 or 55.10% from 49); Blue value is 4 (1.95% from 255 or 8.16% from 49); Max value from RGB is 27 - color contains mainly: green. Hex color #121B04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121B04 is #EDE4FB. Grayscale: #151515. Windows color (decimal): -15590652 or 269074. OLE color: 269074.
HSL color Cylindrical-coordinate representation of color #121B04: hue angle of 83.48º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121B04 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 27 | 4 | - |
| CMYK | 0.33 | 0 | 0.85 | 0.89 |
| HSL | 83.48º | 0.74% | 0.06% | - |
| HSV(B) | 83.48º | 0.85% | 0.11% | - |
| XYZ | 0.66 | 0.92 | 0.26 | - |
| YUV | 21.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 4 | 0.33 | 0 | 0.85 | 0.89 | 83.48 | 0.74 | 0.06 |
| Hex | 12 | 1B | 4 | 21 | 0 | 55 | 59 | 53 | 4A | 6 |
| Octal | 22 | 33 | 4 | 41 | 0 | 125 | 131 | 123 | 112 | 6 |
| Binary | 10010 | 11011 | 100 | 100001 | 0 | 1010101 | 1011001 | 1010011 | 1001010 | 110 |
Color Harmonies of #121B04
Complementary color
Monochromatic Colors of #121B04
Black with #121B04
Text Example
Text Example
White with #121B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B04; }
p { color: rgb(18,27,4); }
H1.HeaderClassName
{
color: #121B04;
}
.AnyTagClassName
{
color: #121B04;
}
</style>
background-color css
<style>
a { background-color: #121B04; }
a { background-color: rgb(18,27,4); }
div.DivClassName
{
background-color: #121B04;
}
.BgClassName
{
background-color: #121B04;
}
</style>
border-color css
<style>
span { border-color: #121B04; }
span { border-color: rgb(18,27,4); }
td.TdClassName
{
border-color: #121B04;
}
.TagClassName
{
border-color: #121B04;
}
</style>