Shades of Pine Tree #122E00
Tints of Pine Tree #122E00
RGB
CMYK
RGB Variations
Color information
#122E00 (or 0x122E00) is known color: Pine Tree. HEX triplet: 12, 2E and 00. RGB value is (18,46,0). Sum of RGB (Red+Green+Blue) = 18+46+0=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 46 (18.36% from 255 or 71.88% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 46 - color contains mainly: green. Hex color #122E00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122E00 is #EDD1FF. Grayscale: #202020. Windows color (decimal): -15585792 or 11794. OLE color: 11794.
HSL color Cylindrical-coordinate representation of color #122E00: hue angle of 96.52º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #122E00 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 46 | 0 | - |
| CMYK | 0.61 | 0 | 1 | 0.82 |
| HSL | 96.52º | 1% | 0.09% | - |
| HSV(B) | 96.52º | 1% | 0.18% | - |
| XYZ | 1.23 | 2.08 | 0.34 | - |
| YUV | 32.38 | 109.72 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 0 | 0.61 | 0 | 1 | 0.82 | 96.52 | 1 | 0.09 |
| Hex | 12 | 2E | 0 | 3D | 0 | 64 | 52 | 61 | 64 | 9 |
| Octal | 22 | 56 | 0 | 75 | 0 | 144 | 122 | 141 | 144 | 11 |
| Binary | 10010 | 101110 | 0 | 111101 | 0 | 1100100 | 1010010 | 1100001 | 1100100 | 1001 |
Color Harmonies of #122E00
Complementary color
Monochromatic Colors of #122E00
Black with #122E00
Text Example
Text Example
White with #122E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E00; }
p { color: rgb(18,46,0); }
H1.HeaderClassName
{
color: #122E00;
}
.AnyTagClassName
{
color: #122E00;
}
</style>
background-color css
<style>
a { background-color: #122E00; }
a { background-color: rgb(18,46,0); }
div.DivClassName
{
background-color: #122E00;
}
.BgClassName
{
background-color: #122E00;
}
</style>
border-color css
<style>
span { border-color: #122E00; }
span { border-color: rgb(18,46,0); }
td.TdClassName
{
border-color: #122E00;
}
.TagClassName
{
border-color: #122E00;
}
</style>