Shades of Pine Tree #122C02
Tints of Pine Tree #122C02
RGB
CMYK
RGB Variations
Color information
#122C02 (or 0x122C02) is known color: Pine Tree. HEX triplet: 12, 2C and 02. RGB value is (18,44,2). Sum of RGB (Red+Green+Blue) = 18+44+2=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 44 (17.58% from 255 or 68.75% from 64); Blue value is 2 (1.17% from 255 or 3.12% from 64); Max value from RGB is 44 - color contains mainly: green. Hex color #122C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122C02 is #EDD3FD. Grayscale: #1F1F1F. Windows color (decimal): -15586302 or 142354. OLE color: 142354.
HSL color Cylindrical-coordinate representation of color #122C02: hue angle of 97.14º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #122C02 is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 44 | 2 | - |
| CMYK | 0.59 | 0 | 0.95 | 0.83 |
| HSL | 97.14º | 0.91% | 0.09% | - |
| HSV(B) | 97.14º | 0.95% | 0.17% | - |
| XYZ | 1.16 | 1.93 | 0.37 | - |
| YUV | 31.44 | 111.39 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 2 | 0.59 | 0 | 0.95 | 0.83 | 97.14 | 0.91 | 0.09 |
| Hex | 12 | 2C | 2 | 3B | 0 | 5F | 53 | 61 | 5B | 9 |
| Octal | 22 | 54 | 2 | 73 | 0 | 137 | 123 | 141 | 133 | 11 |
| Binary | 10010 | 101100 | 10 | 111011 | 0 | 1011111 | 1010011 | 1100001 | 1011011 | 1001 |
Color Harmonies of #122C02
Complementary color
Monochromatic Colors of #122C02
Black with #122C02
Text Example
Text Example
White with #122C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122C02; }
p { color: rgb(18,44,2); }
H1.HeaderClassName
{
color: #122C02;
}
.AnyTagClassName
{
color: #122C02;
}
</style>
background-color css
<style>
a { background-color: #122C02; }
a { background-color: rgb(18,44,2); }
div.DivClassName
{
background-color: #122C02;
}
.BgClassName
{
background-color: #122C02;
}
</style>
border-color css
<style>
span { border-color: #122C02; }
span { border-color: rgb(18,44,2); }
td.TdClassName
{
border-color: #122C02;
}
.TagClassName
{
border-color: #122C02;
}
</style>