Shades of Pine Tree #121F00
Tints of Pine Tree #121F00
RGB
CMYK
RGB Variations
Color information
#121F00 (or 0x121F00) is known color: Pine Tree. HEX triplet: 12, 1F and 00. RGB value is (18,31,0). Sum of RGB (Red+Green+Blue) = 18+31+0=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 31 (12.5% from 255 or 63.27% from 49); Blue value is 0 (0.39% from 255 or 0% from 49); Max value from RGB is 31 - color contains mainly: green. Hex color #121F00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121F00 is #EDE0FF. Grayscale: #171717. Windows color (decimal): -15589632 or 7954. OLE color: 7954.
HSL color Cylindrical-coordinate representation of color #121F00: hue angle of 85.16º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #121F00 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 31 | 0 | - |
| CMYK | 0.42 | 0 | 1 | 0.88 |
| HSL | 85.16º | 1% | 0.06% | - |
| HSV(B) | 85.16º | 1% | 0.12% | - |
| XYZ | 0.74 | 1.11 | 0.18 | - |
| YUV | 23.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 0 | 0.42 | 0 | 1 | 0.88 | 85.16 | 1 | 0.06 |
| Hex | 12 | 1F | 0 | 2A | 0 | 64 | 58 | 55 | 64 | 6 |
| Octal | 22 | 37 | 0 | 52 | 0 | 144 | 130 | 125 | 144 | 6 |
| Binary | 10010 | 11111 | 0 | 101010 | 0 | 1100100 | 1011000 | 1010101 | 1100100 | 110 |
Color Harmonies of #121F00
Complementary color
Monochromatic Colors of #121F00
Black with #121F00
Text Example
Text Example
White with #121F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F00; }
p { color: rgb(18,31,0); }
H1.HeaderClassName
{
color: #121F00;
}
.AnyTagClassName
{
color: #121F00;
}
</style>
background-color css
<style>
a { background-color: #121F00; }
a { background-color: rgb(18,31,0); }
div.DivClassName
{
background-color: #121F00;
}
.BgClassName
{
background-color: #121F00;
}
</style>
border-color css
<style>
span { border-color: #121F00; }
span { border-color: rgb(18,31,0); }
td.TdClassName
{
border-color: #121F00;
}
.TagClassName
{
border-color: #121F00;
}
</style>