Shades of Pine Tree #122501
Tints of Pine Tree #122501
RGB
CMYK
RGB Variations
Color information
#122501 (or 0x122501) is known color: Pine Tree. HEX triplet: 12, 25 and 01. RGB value is (18,37,1). Sum of RGB (Red+Green+Blue) = 18+37+1=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 37 (14.84% from 255 or 66.07% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 37 - color contains mainly: green. Hex color #122501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122501 is #EDDAFE. Grayscale: #1B1B1B. Windows color (decimal): -15588095 or 75026. OLE color: 75026.
HSL color Cylindrical-coordinate representation of color #122501: hue angle of 91.67º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #122501 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 37 | 1 | - |
| CMYK | 0.51 | 0 | 0.97 | 0.85 |
| HSL | 91.67º | 0.95% | 0.07% | - |
| HSV(B) | 91.67º | 0.97% | 0.15% | - |
| XYZ | 0.92 | 1.45 | 0.26 | - |
| YUV | 27.22 | 113.21 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 1 | 0.51 | 0 | 0.97 | 0.85 | 91.67 | 0.95 | 0.07 |
| Hex | 12 | 25 | 1 | 33 | 0 | 61 | 55 | 5C | 5F | 7 |
| Octal | 22 | 45 | 1 | 63 | 0 | 141 | 125 | 134 | 137 | 7 |
| Binary | 10010 | 100101 | 1 | 110011 | 0 | 1100001 | 1010101 | 1011100 | 1011111 | 111 |
Color Harmonies of #122501
Complementary color
Monochromatic Colors of #122501
Black with #122501
Text Example
Text Example
White with #122501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122501; }
p { color: rgb(18,37,1); }
H1.HeaderClassName
{
color: #122501;
}
.AnyTagClassName
{
color: #122501;
}
</style>
background-color css
<style>
a { background-color: #122501; }
a { background-color: rgb(18,37,1); }
div.DivClassName
{
background-color: #122501;
}
.BgClassName
{
background-color: #122501;
}
</style>
border-color css
<style>
span { border-color: #122501; }
span { border-color: rgb(18,37,1); }
td.TdClassName
{
border-color: #122501;
}
.TagClassName
{
border-color: #122501;
}
</style>