Shades of Pine Tree #122103
Tints of Pine Tree #122103
RGB
CMYK
RGB Variations
Color information
#122103 (or 0x122103) is known color: Pine Tree. HEX triplet: 12, 21 and 03. RGB value is (18,33,3). Sum of RGB (Red+Green+Blue) = 18+33+3=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 33 (13.28% from 255 or 61.11% from 54); Blue value is 3 (1.56% from 255 or 5.56% from 54); Max value from RGB is 33 - color contains mainly: green. Hex color #122103 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122103 is #EDDEFC. Grayscale: #191919. Windows color (decimal): -15589117 or 205074. OLE color: 205074.
HSL color Cylindrical-coordinate representation of color #122103: hue angle of 90º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122103 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 33 | 3 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.87 |
| HSL | 90º | 0.83% | 0.07% | - |
| HSV(B) | 90º | 0.91% | 0.13% | - |
| XYZ | 0.81 | 1.22 | 0.28 | - |
| YUV | 25.1 | 115.53 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 33 | 3 | 0.45 | 0 | 0.91 | 0.87 | 90 | 0.83 | 0.07 |
| Hex | 12 | 21 | 3 | 2D | 0 | 5B | 57 | 5A | 53 | 7 |
| Octal | 22 | 41 | 3 | 55 | 0 | 133 | 127 | 132 | 123 | 7 |
| Binary | 10010 | 100001 | 11 | 101101 | 0 | 1011011 | 1010111 | 1011010 | 1010011 | 111 |
Color Harmonies of #122103
Complementary color
Monochromatic Colors of #122103
Black with #122103
Text Example
Text Example
White with #122103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122103; }
p { color: rgb(18,33,3); }
H1.HeaderClassName
{
color: #122103;
}
.AnyTagClassName
{
color: #122103;
}
</style>
background-color css
<style>
a { background-color: #122103; }
a { background-color: rgb(18,33,3); }
div.DivClassName
{
background-color: #122103;
}
.BgClassName
{
background-color: #122103;
}
</style>
border-color css
<style>
span { border-color: #122103; }
span { border-color: rgb(18,33,3); }
td.TdClassName
{
border-color: #122103;
}
.TagClassName
{
border-color: #122103;
}
</style>