Shades of Pine Tree #121F09
Tints of Pine Tree #121F09
RGB
CMYK
RGB Variations
Color information
#121F09 (or 0x121F09) is known color: Pine Tree. HEX triplet: 12, 1F and 09. RGB value is (18,31,9). Sum of RGB (Red+Green+Blue) = 18+31+9=58 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.03% from 58); Green value is 31 (12.5% from 255 or 53.45% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 31 - color contains mainly: green. Hex color #121F09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121F09 is #EDE0F6. Grayscale: #181818. Windows color (decimal): -15589623 or 597778. OLE color: 597778.
HSL color Cylindrical-coordinate representation of color #121F09: hue angle of 95.45º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #121F09 is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 31 | 9 | - |
| CMYK | 0.42 | 0 | 0.71 | 0.88 |
| HSL | 95.45º | 0.55% | 0.08% | - |
| HSV(B) | 95.45º | 0.71% | 0.12% | - |
| XYZ | 0.79 | 1.13 | 0.43 | - |
| YUV | 24.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 9 | 0.42 | 0 | 0.71 | 0.88 | 95.45 | 0.55 | 0.08 |
| Hex | 12 | 1F | 9 | 2A | 0 | 47 | 58 | 5F | 37 | 8 |
| Octal | 22 | 37 | 11 | 52 | 0 | 107 | 130 | 137 | 67 | 10 |
| Binary | 10010 | 11111 | 1001 | 101010 | 0 | 1000111 | 1011000 | 1011111 | 110111 | 1000 |
Color Harmonies of #121F09
Complementary color
Monochromatic Colors of #121F09
Black with #121F09
Text Example
Text Example
White with #121F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F09; }
p { color: rgb(18,31,9); }
H1.HeaderClassName
{
color: #121F09;
}
.AnyTagClassName
{
color: #121F09;
}
</style>
background-color css
<style>
a { background-color: #121F09; }
a { background-color: rgb(18,31,9); }
div.DivClassName
{
background-color: #121F09;
}
.BgClassName
{
background-color: #121F09;
}
</style>
border-color css
<style>
span { border-color: #121F09; }
span { border-color: rgb(18,31,9); }
td.TdClassName
{
border-color: #121F09;
}
.TagClassName
{
border-color: #121F09;
}
</style>