Shades of Pine Tree #121C09
Tints of Pine Tree #121C09
RGB
CMYK
RGB Variations
Color information
#121C09 (or 0x121C09) is known color: Pine Tree. HEX triplet: 12, 1C and 09. RGB value is (18,28,9). Sum of RGB (Red+Green+Blue) = 18+28+9=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 28 (11.33% from 255 or 50.91% from 55); Blue value is 9 (3.91% from 255 or 16.36% from 55); Max value from RGB is 28 - color contains mainly: green. Hex color #121C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121C09 is #EDE3F6. Grayscale: #161616. Windows color (decimal): -15590391 or 597010. OLE color: 597010.
HSL color Cylindrical-coordinate representation of color #121C09: hue angle of 91.58º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #121C09 is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 28 | 9 | - |
| CMYK | 0.36 | 0 | 0.68 | 0.89 |
| HSL | 91.58º | 0.51% | 0.07% | - |
| HSV(B) | 91.58º | 0.68% | 0.11% | - |
| XYZ | 0.71 | 0.98 | 0.41 | - |
| YUV | 22.84 | 120.19 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 9 | 0.36 | 0 | 0.68 | 0.89 | 91.58 | 0.51 | 0.07 |
| Hex | 12 | 1C | 9 | 24 | 0 | 44 | 59 | 5C | 33 | 7 |
| Octal | 22 | 34 | 11 | 44 | 0 | 104 | 131 | 134 | 63 | 7 |
| Binary | 10010 | 11100 | 1001 | 100100 | 0 | 1000100 | 1011001 | 1011100 | 110011 | 111 |
Color Harmonies of #121C09
Complementary color
Monochromatic Colors of #121C09
Black with #121C09
Text Example
Text Example
White with #121C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C09; }
p { color: rgb(18,28,9); }
H1.HeaderClassName
{
color: #121C09;
}
.AnyTagClassName
{
color: #121C09;
}
</style>
background-color css
<style>
a { background-color: #121C09; }
a { background-color: rgb(18,28,9); }
div.DivClassName
{
background-color: #121C09;
}
.BgClassName
{
background-color: #121C09;
}
</style>
border-color css
<style>
span { border-color: #121C09; }
span { border-color: rgb(18,28,9); }
td.TdClassName
{
border-color: #121C09;
}
.TagClassName
{
border-color: #121C09;
}
</style>