Shades of Pine Tree #1E2708
Tints of Pine Tree #1E2708
RGB
CMYK
RGB Variations
Color information
#1E2708 (or 0x1E2708) is known color: Pine Tree. HEX triplet: 1E, 27 and 08. RGB value is (30,39,8). Sum of RGB (Red+Green+Blue) = 30+39+8=77 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.96% from 77); Green value is 39 (15.62% from 255 or 50.65% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 39 - color contains mainly: green. Hex color #1E2708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2708 is #E1D8F7. Grayscale: #202020. Windows color (decimal): -14801144 or 534302. OLE color: 534302.
HSL color Cylindrical-coordinate representation of color #1E2708: hue angle of 77.42º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E2708 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 39 | 8 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.85 |
| HSL | 77.42º | 0.66% | 0.09% | - |
| HSV(B) | 77.42º | 0.79% | 0.15% | - |
| XYZ | 1.3 | 1.74 | 0.5 | - |
| YUV | 32.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 39 | 8 | 0.23 | 0 | 0.79 | 0.85 | 77.42 | 0.66 | 0.09 |
| Hex | 1E | 27 | 8 | 17 | 0 | 4F | 55 | 4D | 42 | 9 |
| Octal | 36 | 47 | 10 | 27 | 0 | 117 | 125 | 115 | 102 | 11 |
| Binary | 11110 | 100111 | 1000 | 10111 | 0 | 1001111 | 1010101 | 1001101 | 1000010 | 1001 |
Color Harmonies of #1E2708
Complementary color
Monochromatic Colors of #1E2708
Black with #1E2708
Text Example
Text Example
White with #1E2708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2708; }
p { color: rgb(30,39,8); }
H1.HeaderClassName
{
color: #1E2708;
}
.AnyTagClassName
{
color: #1E2708;
}
</style>
background-color css
<style>
a { background-color: #1E2708; }
a { background-color: rgb(30,39,8); }
div.DivClassName
{
background-color: #1E2708;
}
.BgClassName
{
background-color: #1E2708;
}
</style>
border-color css
<style>
span { border-color: #1E2708; }
span { border-color: rgb(30,39,8); }
td.TdClassName
{
border-color: #1E2708;
}
.TagClassName
{
border-color: #1E2708;
}
</style>