Shades of Pine Tree #1E2510
Tints of Pine Tree #1E2510
RGB
CMYK
RGB Variations
Color information
#1E2510 (or 0x1E2510) is known color: Pine Tree. HEX triplet: 1E, 25 and 10. RGB value is (30,37,16). Sum of RGB (Red+Green+Blue) = 30+37+16=83 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.14% from 83); Green value is 37 (14.84% from 255 or 44.58% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 37 - color contains mainly: green. Hex color #1E2510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2510 is #E1DAEF. Grayscale: #202020. Windows color (decimal): -14801648 or 1058078. OLE color: 1058078.
HSL color Cylindrical-coordinate representation of color #1E2510: hue angle of 80º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E2510 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 37 | 16 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.85 |
| HSL | 80º | 0.4% | 0.1% | - |
| HSV(B) | 80º | 0.57% | 0.15% | - |
| XYZ | 1.29 | 1.64 | 0.74 | - |
| YUV | 32.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 37 | 16 | 0.19 | 0 | 0.57 | 0.85 | 80 | 0.4 | 0.1 |
| Hex | 1E | 25 | 10 | 13 | 0 | 39 | 55 | 50 | 28 | A |
| Octal | 36 | 45 | 20 | 23 | 0 | 71 | 125 | 120 | 50 | 12 |
| Binary | 11110 | 100101 | 10000 | 10011 | 0 | 111001 | 1010101 | 1010000 | 101000 | 1010 |
Color Harmonies of #1E2510
Complementary color
Monochromatic Colors of #1E2510
Black with #1E2510
Text Example
Text Example
White with #1E2510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2510; }
p { color: rgb(30,37,16); }
H1.HeaderClassName
{
color: #1E2510;
}
.AnyTagClassName
{
color: #1E2510;
}
</style>
background-color css
<style>
a { background-color: #1E2510; }
a { background-color: rgb(30,37,16); }
div.DivClassName
{
background-color: #1E2510;
}
.BgClassName
{
background-color: #1E2510;
}
</style>
border-color css
<style>
span { border-color: #1E2510; }
span { border-color: rgb(30,37,16); }
td.TdClassName
{
border-color: #1E2510;
}
.TagClassName
{
border-color: #1E2510;
}
</style>