Shades of Pine Tree #1A2502
Tints of Pine Tree #1A2502
RGB
CMYK
RGB Variations
Color information
#1A2502 (or 0x1A2502) is known color: Pine Tree. HEX triplet: 1A, 25 and 02. RGB value is (26,37,2). Sum of RGB (Red+Green+Blue) = 26+37+2=65 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40% from 65); Green value is 37 (14.84% from 255 or 56.92% from 65); Blue value is 2 (1.17% from 255 or 3.08% from 65); Max value from RGB is 37 - color contains mainly: green. Hex color #1A2502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2502 is #E5DAFD. Grayscale: #1D1D1D. Windows color (decimal): -15063806 or 140570. OLE color: 140570.
HSL color Cylindrical-coordinate representation of color #1A2502: hue angle of 78.86º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A2502 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 37 | 2 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.85 |
| HSL | 78.86º | 0.9% | 0.08% | - |
| HSV(B) | 78.86º | 0.95% | 0.15% | - |
| XYZ | 1.1 | 1.55 | 0.3 | - |
| YUV | 29.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 37 | 2 | 0.30 | 0 | 0.95 | 0.85 | 78.86 | 0.9 | 0.08 |
| Hex | 1A | 25 | 2 | 1E | 0 | 5F | 55 | 4F | 5A | 8 |
| Octal | 32 | 45 | 2 | 36 | 0 | 137 | 125 | 117 | 132 | 10 |
| Binary | 11010 | 100101 | 10 | 11110 | 0 | 1011111 | 1010101 | 1001111 | 1011010 | 1000 |
Color Harmonies of #1A2502
Complementary color
Monochromatic Colors of #1A2502
Black with #1A2502
Text Example
Text Example
White with #1A2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2502; }
p { color: rgb(26,37,2); }
H1.HeaderClassName
{
color: #1A2502;
}
.AnyTagClassName
{
color: #1A2502;
}
</style>
background-color css
<style>
a { background-color: #1A2502; }
a { background-color: rgb(26,37,2); }
div.DivClassName
{
background-color: #1A2502;
}
.BgClassName
{
background-color: #1A2502;
}
</style>
border-color css
<style>
span { border-color: #1A2502; }
span { border-color: rgb(26,37,2); }
td.TdClassName
{
border-color: #1A2502;
}
.TagClassName
{
border-color: #1A2502;
}
</style>