Shades of Pine Tree #122500
Tints of Pine Tree #122500
RGB
CMYK
RGB Variations
Color information
#122500 (or 0x122500) is known color: Pine Tree. HEX triplet: 12, 25 and 00. RGB value is (18,37,0). Sum of RGB (Red+Green+Blue) = 18+37+0=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 37 (14.84% from 255 or 67.27% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 37 - color contains mainly: green. Hex color #122500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122500 is #EDDAFF. Grayscale: #1B1B1B. Windows color (decimal): -15588096 or 9490. OLE color: 9490.
HSL color Cylindrical-coordinate representation of color #122500: hue angle of 90.81º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #122500 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 37 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.85 |
| HSL | 90.81º | 1% | 0.07% | - |
| HSV(B) | 90.81º | 1% | 0.15% | - |
| XYZ | 0.91 | 1.45 | 0.23 | - |
| YUV | 27.1 | 112.71 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 0 | 0.51 | 0 | 1 | 0.85 | 90.81 | 1 | 0.07 |
| Hex | 12 | 25 | 0 | 33 | 0 | 64 | 55 | 5B | 64 | 7 |
| Octal | 22 | 45 | 0 | 63 | 0 | 144 | 125 | 133 | 144 | 7 |
| Binary | 10010 | 100101 | 0 | 110011 | 0 | 1100100 | 1010101 | 1011011 | 1100100 | 111 |
Color Harmonies of #122500
Complementary color
Monochromatic Colors of #122500
Black with #122500
Text Example
Text Example
White with #122500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122500; }
p { color: rgb(18,37,0); }
H1.HeaderClassName
{
color: #122500;
}
.AnyTagClassName
{
color: #122500;
}
</style>
background-color css
<style>
a { background-color: #122500; }
a { background-color: rgb(18,37,0); }
div.DivClassName
{
background-color: #122500;
}
.BgClassName
{
background-color: #122500;
}
</style>
border-color css
<style>
span { border-color: #122500; }
span { border-color: rgb(18,37,0); }
td.TdClassName
{
border-color: #122500;
}
.TagClassName
{
border-color: #122500;
}
</style>