Shades of Pine Tree #121E04
Tints of Pine Tree #121E04
RGB
CMYK
RGB Variations
Color information
#121E04 (or 0x121E04) is known color: Pine Tree. HEX triplet: 12, 1E and 04. RGB value is (18,30,4). Sum of RGB (Red+Green+Blue) = 18+30+4=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 30 (12.11% from 255 or 57.69% from 52); Blue value is 4 (1.95% from 255 or 7.69% from 52); Max value from RGB is 30 - color contains mainly: green. Hex color #121E04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121E04 is #EDE1FB. Grayscale: #171717. Windows color (decimal): -15589884 or 269842. OLE color: 269842.
HSL color Cylindrical-coordinate representation of color #121E04: hue angle of 87.69º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #121E04 is Cyan = 0.40, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 30 | 4 | - |
| CMYK | 0.40 | 0 | 0.87 | 0.88 |
| HSL | 87.69º | 0.76% | 0.07% | - |
| HSV(B) | 87.69º | 0.87% | 0.12% | - |
| XYZ | 0.74 | 1.07 | 0.28 | - |
| YUV | 23.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 4 | 0.40 | 0 | 0.87 | 0.88 | 87.69 | 0.76 | 0.07 |
| Hex | 12 | 1E | 4 | 28 | 0 | 57 | 58 | 58 | 4C | 7 |
| Octal | 22 | 36 | 4 | 50 | 0 | 127 | 130 | 130 | 114 | 7 |
| Binary | 10010 | 11110 | 100 | 101000 | 0 | 1010111 | 1011000 | 1011000 | 1001100 | 111 |
Color Harmonies of #121E04
Complementary color
Monochromatic Colors of #121E04
Black with #121E04
Text Example
Text Example
White with #121E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121E04; }
p { color: rgb(18,30,4); }
H1.HeaderClassName
{
color: #121E04;
}
.AnyTagClassName
{
color: #121E04;
}
</style>
background-color css
<style>
a { background-color: #121E04; }
a { background-color: rgb(18,30,4); }
div.DivClassName
{
background-color: #121E04;
}
.BgClassName
{
background-color: #121E04;
}
</style>
border-color css
<style>
span { border-color: #121E04; }
span { border-color: rgb(18,30,4); }
td.TdClassName
{
border-color: #121E04;
}
.TagClassName
{
border-color: #121E04;
}
</style>