Shades of Pine Tree #1A250F
Tints of Pine Tree #1A250F
RGB
CMYK
RGB Variations
Color information
#1A250F (or 0x1A250F) is known color: Pine Tree. HEX triplet: 1A, 25 and 0F. RGB value is (26,37,15). Sum of RGB (Red+Green+Blue) = 26+37+15=78 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.33% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #1A250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A250F is #E5DAF0. Grayscale: #1F1F1F. Windows color (decimal): -15063793 or 992538. OLE color: 992538.
HSL color Cylindrical-coordinate representation of color #1A250F: hue angle of 90º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1A250F is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 37 | 15 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.85 |
| HSL | 90º | 0.42% | 0.1% | - |
| HSV(B) | 90º | 0.59% | 0.15% | - |
| XYZ | 1.17 | 1.58 | 0.69 | - |
| YUV | 31.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 37 | 15 | 0.30 | 0 | 0.59 | 0.85 | 90 | 0.42 | 0.1 |
| Hex | 1A | 25 | F | 1E | 0 | 3B | 55 | 5A | 2A | A |
| Octal | 32 | 45 | 17 | 36 | 0 | 73 | 125 | 132 | 52 | 12 |
| Binary | 11010 | 100101 | 1111 | 11110 | 0 | 111011 | 1010101 | 1011010 | 101010 | 1010 |
Color Harmonies of #1A250F
Complementary color
Monochromatic Colors of #1A250F
Black with #1A250F
Text Example
Text Example
White with #1A250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A250F; }
p { color: rgb(26,37,15); }
H1.HeaderClassName
{
color: #1A250F;
}
.AnyTagClassName
{
color: #1A250F;
}
</style>
background-color css
<style>
a { background-color: #1A250F; }
a { background-color: rgb(26,37,15); }
div.DivClassName
{
background-color: #1A250F;
}
.BgClassName
{
background-color: #1A250F;
}
</style>
border-color css
<style>
span { border-color: #1A250F; }
span { border-color: rgb(26,37,15); }
td.TdClassName
{
border-color: #1A250F;
}
.TagClassName
{
border-color: #1A250F;
}
</style>