Shades of Pine Tree #1A2501
Tints of Pine Tree #1A2501
RGB
CMYK
RGB Variations
Color information
#1A2501 (or 0x1A2501) is known color: Pine Tree. HEX triplet: 1A, 25 and 01. RGB value is (26,37,1). Sum of RGB (Red+Green+Blue) = 26+37+1=64 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40.62% from 64); Green value is 37 (14.84% from 255 or 57.81% from 64); Blue value is 1 (0.78% from 255 or 1.56% from 64); Max value from RGB is 37 - color contains mainly: green. Hex color #1A2501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2501 is #E5DAFE. Grayscale: #1D1D1D. Windows color (decimal): -15063807 or 75034. OLE color: 75034.
HSL color Cylindrical-coordinate representation of color #1A2501: hue angle of 78.33º 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 #1A2501 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 37 | 1 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.85 |
| HSL | 78.33º | 0.95% | 0.07% | - |
| HSV(B) | 78.33º | 0.97% | 0.15% | - |
| XYZ | 1.09 | 1.54 | 0.27 | - |
| YUV | 29.61 | 111.86 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 37 | 1 | 0.30 | 0 | 0.97 | 0.85 | 78.33 | 0.95 | 0.07 |
| Hex | 1A | 25 | 1 | 1E | 0 | 61 | 55 | 4E | 5F | 7 |
| Octal | 32 | 45 | 1 | 36 | 0 | 141 | 125 | 116 | 137 | 7 |
| Binary | 11010 | 100101 | 1 | 11110 | 0 | 1100001 | 1010101 | 1001110 | 1011111 | 111 |
Color Harmonies of #1A2501
Complementary color
Monochromatic Colors of #1A2501
Black with #1A2501
Text Example
Text Example
White with #1A2501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2501; }
p { color: rgb(26,37,1); }
H1.HeaderClassName
{
color: #1A2501;
}
.AnyTagClassName
{
color: #1A2501;
}
</style>
background-color css
<style>
a { background-color: #1A2501; }
a { background-color: rgb(26,37,1); }
div.DivClassName
{
background-color: #1A2501;
}
.BgClassName
{
background-color: #1A2501;
}
</style>
border-color css
<style>
span { border-color: #1A2501; }
span { border-color: rgb(26,37,1); }
td.TdClassName
{
border-color: #1A2501;
}
.TagClassName
{
border-color: #1A2501;
}
</style>