Shades of Pine Tree #1A2802
Tints of Pine Tree #1A2802
RGB
CMYK
RGB Variations
Color information
#1A2802 (or 0x1A2802) is known color: Pine Tree. HEX triplet: 1A, 28 and 02. RGB value is (26,40,2). Sum of RGB (Red+Green+Blue) = 26+40+2=68 (9% of max value = 765). Red value is 26 (10.55% from 255 or 38.24% from 68); Green value is 40 (16.02% from 255 or 58.82% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 40 - color contains mainly: green. Hex color #1A2802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2802 is #E5D7FD. Grayscale: #1F1F1F. Windows color (decimal): -15063038 or 141338. OLE color: 141338.
HSL color Cylindrical-coordinate representation of color #1A2802: hue angle of 82.11º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A2802 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 26 | 40 | 2 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.84 |
| HSL | 82.11º | 0.9% | 0.08% | - |
| HSV(B) | 82.11º | 0.95% | 0.16% | - |
| XYZ | 1.2 | 1.74 | 0.33 | - |
| YUV | 31.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 40 | 2 | 0.35 | 0 | 0.95 | 0.84 | 82.11 | 0.9 | 0.08 |
| Hex | 1A | 28 | 2 | 23 | 0 | 5F | 54 | 52 | 5A | 8 |
| Octal | 32 | 50 | 2 | 43 | 0 | 137 | 124 | 122 | 132 | 10 |
| Binary | 11010 | 101000 | 10 | 100011 | 0 | 1011111 | 1010100 | 1010010 | 1011010 | 1000 |
Color Harmonies of #1A2802
Complementary color
Monochromatic Colors of #1A2802
Black with #1A2802
Text Example
Text Example
White with #1A2802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2802; }
p { color: rgb(26,40,2); }
H1.HeaderClassName
{
color: #1A2802;
}
.AnyTagClassName
{
color: #1A2802;
}
</style>
background-color css
<style>
a { background-color: #1A2802; }
a { background-color: rgb(26,40,2); }
div.DivClassName
{
background-color: #1A2802;
}
.BgClassName
{
background-color: #1A2802;
}
</style>
border-color css
<style>
span { border-color: #1A2802; }
span { border-color: rgb(26,40,2); }
td.TdClassName
{
border-color: #1A2802;
}
.TagClassName
{
border-color: #1A2802;
}
</style>