Shades of Pine Tree #1E2B15
Tints of Pine Tree #1E2B15
RGB
CMYK
RGB Variations
Color information
#1E2B15 (or 0x1E2B15) is known color: Pine Tree. HEX triplet: 1E, 2B and 15. RGB value is (30,43,21). Sum of RGB (Red+Green+Blue) = 30+43+21=94 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.91% from 94); Green value is 43 (17.19% from 255 or 45.74% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 43 - color contains mainly: green. Hex color #1E2B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2B15 is #E1D4EA. Grayscale: #242424. Windows color (decimal): -14800107 or 1387294. OLE color: 1387294.
HSL color Cylindrical-coordinate representation of color #1E2B15: hue angle of 95.45º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1E2B15 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 30 | 43 | 21 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.83 |
| HSL | 95.45º | 0.34% | 0.13% | - |
| HSV(B) | 95.45º | 0.51% | 0.17% | - |
| XYZ | 1.53 | 2.06 | 1.03 | - |
| YUV | 36.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 43 | 21 | 0.30 | 0 | 0.51 | 0.83 | 95.45 | 0.34 | 0.13 |
| Hex | 1E | 2B | 15 | 1E | 0 | 33 | 53 | 5F | 22 | D |
| Octal | 36 | 53 | 25 | 36 | 0 | 63 | 123 | 137 | 42 | 15 |
| Binary | 11110 | 101011 | 10101 | 11110 | 0 | 110011 | 1010011 | 1011111 | 100010 | 1101 |
Color Harmonies of #1E2B15
Complementary color
Monochromatic Colors of #1E2B15
Black with #1E2B15
Text Example
Text Example
White with #1E2B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2B15; }
p { color: rgb(30,43,21); }
H1.HeaderClassName
{
color: #1E2B15;
}
.AnyTagClassName
{
color: #1E2B15;
}
</style>
background-color css
<style>
a { background-color: #1E2B15; }
a { background-color: rgb(30,43,21); }
div.DivClassName
{
background-color: #1E2B15;
}
.BgClassName
{
background-color: #1E2B15;
}
</style>
border-color css
<style>
span { border-color: #1E2B15; }
span { border-color: rgb(30,43,21); }
td.TdClassName
{
border-color: #1E2B15;
}
.TagClassName
{
border-color: #1E2B15;
}
</style>