Shades of Pine Tree #1A280F
Tints of Pine Tree #1A280F
RGB
CMYK
RGB Variations
Color information
#1A280F (or 0x1A280F) is known color: Pine Tree. HEX triplet: 1A, 28 and 0F. RGB value is (26,40,15). Sum of RGB (Red+Green+Blue) = 26+40+15=81 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.10% from 81); Green value is 40 (16.02% from 255 or 49.38% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 40 - color contains mainly: green. Hex color #1A280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A280F is #E5D7F0. Grayscale: #212121. Windows color (decimal): -15063025 or 993306. OLE color: 993306.
HSL color Cylindrical-coordinate representation of color #1A280F: hue angle of 93.6º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A280F is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 26 | 40 | 15 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.84 |
| HSL | 93.6º | 0.45% | 0.11% | - |
| HSV(B) | 93.6º | 0.63% | 0.16% | - |
| XYZ | 1.27 | 1.77 | 0.73 | - |
| YUV | 32.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 40 | 15 | 0.35 | 0 | 0.62 | 0.84 | 93.6 | 0.45 | 0.11 |
| Hex | 1A | 28 | F | 23 | 0 | 3E | 54 | 5E | 2D | B |
| Octal | 32 | 50 | 17 | 43 | 0 | 76 | 124 | 136 | 55 | 13 |
| Binary | 11010 | 101000 | 1111 | 100011 | 0 | 111110 | 1010100 | 1011110 | 101101 | 1011 |
Color Harmonies of #1A280F
Complementary color
Monochromatic Colors of #1A280F
Black with #1A280F
Text Example
Text Example
White with #1A280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A280F; }
p { color: rgb(26,40,15); }
H1.HeaderClassName
{
color: #1A280F;
}
.AnyTagClassName
{
color: #1A280F;
}
</style>
background-color css
<style>
a { background-color: #1A280F; }
a { background-color: rgb(26,40,15); }
div.DivClassName
{
background-color: #1A280F;
}
.BgClassName
{
background-color: #1A280F;
}
</style>
border-color css
<style>
span { border-color: #1A280F; }
span { border-color: rgb(26,40,15); }
td.TdClassName
{
border-color: #1A280F;
}
.TagClassName
{
border-color: #1A280F;
}
</style>