Shades of Pine Tree #1A200F
Tints of Pine Tree #1A200F
RGB
CMYK
RGB Variations
Color information
#1A200F (or 0x1A200F) is known color: Pine Tree. HEX triplet: 1A, 20 and 0F. RGB value is (26,32,15). Sum of RGB (Red+Green+Blue) = 26+32+15=73 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.62% from 73); Green value is 32 (12.89% from 255 or 43.84% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 32 - color contains mainly: green. Hex color #1A200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A200F is #E5DFF0. Grayscale: #1C1C1C. Windows color (decimal): -15065073 or 991258. OLE color: 991258.
HSL color Cylindrical-coordinate representation of color #1A200F: hue angle of 81.18º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1A200F is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 26 | 32 | 15 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.87 |
| HSL | 81.18º | 0.36% | 0.09% | - |
| HSV(B) | 81.18º | 0.53% | 0.13% | - |
| XYZ | 1.03 | 1.29 | 0.65 | - |
| YUV | 28.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 32 | 15 | 0.19 | 0 | 0.53 | 0.87 | 81.18 | 0.36 | 0.09 |
| Hex | 1A | 20 | F | 13 | 0 | 35 | 57 | 51 | 24 | 9 |
| Octal | 32 | 40 | 17 | 23 | 0 | 65 | 127 | 121 | 44 | 11 |
| Binary | 11010 | 100000 | 1111 | 10011 | 0 | 110101 | 1010111 | 1010001 | 100100 | 1001 |
Color Harmonies of #1A200F
Complementary color
Monochromatic Colors of #1A200F
Black with #1A200F
Text Example
Text Example
White with #1A200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A200F; }
p { color: rgb(26,32,15); }
H1.HeaderClassName
{
color: #1A200F;
}
.AnyTagClassName
{
color: #1A200F;
}
</style>
background-color css
<style>
a { background-color: #1A200F; }
a { background-color: rgb(26,32,15); }
div.DivClassName
{
background-color: #1A200F;
}
.BgClassName
{
background-color: #1A200F;
}
</style>
border-color css
<style>
span { border-color: #1A200F; }
span { border-color: rgb(26,32,15); }
td.TdClassName
{
border-color: #1A200F;
}
.TagClassName
{
border-color: #1A200F;
}
</style>