Shades of Pine Tree #121A01
Tints of Pine Tree #121A01
RGB
CMYK
RGB Variations
Color information
#121A01 (or 0x121A01) is known color: Pine Tree. HEX triplet: 12, 1A and 01. RGB value is (18,26,1). Sum of RGB (Red+Green+Blue) = 18+26+1=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 26 (10.55% from 255 or 57.78% from 45); Blue value is 1 (0.78% from 255 or 2.22% from 45); Max value from RGB is 26 - color contains mainly: green. Hex color #121A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121A01 is #EDE5FE. Grayscale: #141414. Windows color (decimal): -15590911 or 72210. OLE color: 72210.
HSL color Cylindrical-coordinate representation of color #121A01: hue angle of 79.2º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #121A01 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 18 | 26 | 1 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.90 |
| HSL | 79.2º | 0.93% | 0.05% | - |
| HSV(B) | 79.2º | 0.96% | 0.1% | - |
| XYZ | 0.62 | 0.87 | 0.16 | - |
| YUV | 20.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 1 | 0.31 | 0 | 0.96 | 0.90 | 79.2 | 0.93 | 0.05 |
| Hex | 12 | 1A | 1 | 1F | 0 | 60 | 5A | 4F | 5D | 5 |
| Octal | 22 | 32 | 1 | 37 | 0 | 140 | 132 | 117 | 135 | 5 |
| Binary | 10010 | 11010 | 1 | 11111 | 0 | 1100000 | 1011010 | 1001111 | 1011101 | 101 |
Color Harmonies of #121A01
Complementary color
Monochromatic Colors of #121A01
Black with #121A01
Text Example
Text Example
White with #121A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121A01; }
p { color: rgb(18,26,1); }
H1.HeaderClassName
{
color: #121A01;
}
.AnyTagClassName
{
color: #121A01;
}
</style>
background-color css
<style>
a { background-color: #121A01; }
a { background-color: rgb(18,26,1); }
div.DivClassName
{
background-color: #121A01;
}
.BgClassName
{
background-color: #121A01;
}
</style>
border-color css
<style>
span { border-color: #121A01; }
span { border-color: rgb(18,26,1); }
td.TdClassName
{
border-color: #121A01;
}
.TagClassName
{
border-color: #121A01;
}
</style>