Shades of Pine Tree #1E2712
Tints of Pine Tree #1E2712
RGB
CMYK
RGB Variations
Color information
#1E2712 (or 0x1E2712) is known color: Pine Tree. HEX triplet: 1E, 27 and 12. RGB value is (30,39,18). Sum of RGB (Red+Green+Blue) = 30+39+18=87 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.48% from 87); Green value is 39 (15.62% from 255 or 44.83% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 39 - color contains mainly: green. Hex color #1E2712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2712 is #E1D8ED. Grayscale: #212121. Windows color (decimal): -14801134 or 1189662. OLE color: 1189662.
HSL color Cylindrical-coordinate representation of color #1E2712: hue angle of 85.71º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E2712 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 39 | 18 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.85 |
| HSL | 85.71º | 0.37% | 0.11% | - |
| HSV(B) | 85.71º | 0.54% | 0.15% | - |
| XYZ | 1.37 | 1.77 | 0.84 | - |
| YUV | 33.92 | 119.02 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 39 | 18 | 0.23 | 0 | 0.54 | 0.85 | 85.71 | 0.37 | 0.11 |
| Hex | 1E | 27 | 12 | 17 | 0 | 36 | 55 | 56 | 25 | B |
| Octal | 36 | 47 | 22 | 27 | 0 | 66 | 125 | 126 | 45 | 13 |
| Binary | 11110 | 100111 | 10010 | 10111 | 0 | 110110 | 1010101 | 1010110 | 100101 | 1011 |
Color Harmonies of #1E2712
Complementary color
Monochromatic Colors of #1E2712
Black with #1E2712
Text Example
Text Example
White with #1E2712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2712; }
p { color: rgb(30,39,18); }
H1.HeaderClassName
{
color: #1E2712;
}
.AnyTagClassName
{
color: #1E2712;
}
</style>
background-color css
<style>
a { background-color: #1E2712; }
a { background-color: rgb(30,39,18); }
div.DivClassName
{
background-color: #1E2712;
}
.BgClassName
{
background-color: #1E2712;
}
</style>
border-color css
<style>
span { border-color: #1E2712; }
span { border-color: rgb(30,39,18); }
td.TdClassName
{
border-color: #1E2712;
}
.TagClassName
{
border-color: #1E2712;
}
</style>