Shades of Pine Tree #121F05
Tints of Pine Tree #121F05
RGB
CMYK
RGB Variations
Color information
#121F05 (or 0x121F05) is known color: Pine Tree. HEX triplet: 12, 1F and 05. RGB value is (18,31,5). Sum of RGB (Red+Green+Blue) = 18+31+5=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 31 (12.5% from 255 or 57.41% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 31 - color contains mainly: green. Hex color #121F05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121F05 is #EDE0FA. Grayscale: #181818. Windows color (decimal): -15589627 or 335634. OLE color: 335634.
HSL color Cylindrical-coordinate representation of color #121F05: hue angle of 90º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #121F05 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 31 | 5 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.88 |
| HSL | 90º | 0.72% | 0.07% | - |
| HSV(B) | 90º | 0.84% | 0.12% | - |
| XYZ | 0.77 | 1.12 | 0.32 | - |
| YUV | 24.15 | 117.19 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 5 | 0.42 | 0 | 0.84 | 0.88 | 90 | 0.72 | 0.07 |
| Hex | 12 | 1F | 5 | 2A | 0 | 54 | 58 | 5A | 48 | 7 |
| Octal | 22 | 37 | 5 | 52 | 0 | 124 | 130 | 132 | 110 | 7 |
| Binary | 10010 | 11111 | 101 | 101010 | 0 | 1010100 | 1011000 | 1011010 | 1001000 | 111 |
Color Harmonies of #121F05
Complementary color
Monochromatic Colors of #121F05
Black with #121F05
Text Example
Text Example
White with #121F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F05; }
p { color: rgb(18,31,5); }
H1.HeaderClassName
{
color: #121F05;
}
.AnyTagClassName
{
color: #121F05;
}
</style>
background-color css
<style>
a { background-color: #121F05; }
a { background-color: rgb(18,31,5); }
div.DivClassName
{
background-color: #121F05;
}
.BgClassName
{
background-color: #121F05;
}
</style>
border-color css
<style>
span { border-color: #121F05; }
span { border-color: rgb(18,31,5); }
td.TdClassName
{
border-color: #121F05;
}
.TagClassName
{
border-color: #121F05;
}
</style>