Shades of Pine Tree #121D01
Tints of Pine Tree #121D01
RGB
CMYK
RGB Variations
Color information
#121D01 (or 0x121D01) is known color: Pine Tree. HEX triplet: 12, 1D and 01. RGB value is (18,29,1). Sum of RGB (Red+Green+Blue) = 18+29+1=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 29 (11.72% from 255 or 60.42% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 29 - color contains mainly: green. Hex color #121D01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121D01 is #EDE2FE. Grayscale: #161616. Windows color (decimal): -15590143 or 72978. OLE color: 72978.
HSL color Cylindrical-coordinate representation of color #121D01: hue angle of 83.57º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #121D01 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 29 | 1 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.89 |
| HSL | 83.57º | 0.93% | 0.06% | - |
| HSV(B) | 83.57º | 0.97% | 0.11% | - |
| XYZ | 0.69 | 1.01 | 0.19 | - |
| YUV | 22.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 1 | 0.38 | 0 | 0.97 | 0.89 | 83.57 | 0.93 | 0.06 |
| Hex | 12 | 1D | 1 | 26 | 0 | 61 | 59 | 54 | 5D | 6 |
| Octal | 22 | 35 | 1 | 46 | 0 | 141 | 131 | 124 | 135 | 6 |
| Binary | 10010 | 11101 | 1 | 100110 | 0 | 1100001 | 1011001 | 1010100 | 1011101 | 110 |
Color Harmonies of #121D01
Complementary color
Monochromatic Colors of #121D01
Black with #121D01
Text Example
Text Example
White with #121D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D01; }
p { color: rgb(18,29,1); }
H1.HeaderClassName
{
color: #121D01;
}
.AnyTagClassName
{
color: #121D01;
}
</style>
background-color css
<style>
a { background-color: #121D01; }
a { background-color: rgb(18,29,1); }
div.DivClassName
{
background-color: #121D01;
}
.BgClassName
{
background-color: #121D01;
}
</style>
border-color css
<style>
span { border-color: #121D01; }
span { border-color: rgb(18,29,1); }
td.TdClassName
{
border-color: #121D01;
}
.TagClassName
{
border-color: #121D01;
}
</style>