Shades of Pine Tree #1E3701
Tints of Pine Tree #1E3701
RGB
CMYK
RGB Variations
Color information
#1E3701 (or 0x1E3701) is known color: Pine Tree. HEX triplet: 1E, 37 and 01. RGB value is (30,55,1). Sum of RGB (Red+Green+Blue) = 30+55+1=86 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.88% from 86); Green value is 55 (21.88% from 255 or 63.95% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 55 - color contains mainly: green. Hex color #1E3701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3701 is #E1C8FE. Grayscale: #292929. Windows color (decimal): -14797055 or 79646. OLE color: 79646.
HSL color Cylindrical-coordinate representation of color #1E3701: hue angle of 87.78º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E3701 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 55 | 1 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.78 |
| HSL | 87.78º | 0.96% | 0.11% | - |
| HSV(B) | 87.78º | 0.98% | 0.22% | - |
| XYZ | 1.91 | 3.01 | 0.51 | - |
| YUV | 41.37 | 105.22 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 55 | 1 | 0.45 | 0 | 0.98 | 0.78 | 87.78 | 0.96 | 0.11 |
| Hex | 1E | 37 | 1 | 2D | 0 | 62 | 4E | 58 | 60 | B |
| Octal | 36 | 67 | 1 | 55 | 0 | 142 | 116 | 130 | 140 | 13 |
| Binary | 11110 | 110111 | 1 | 101101 | 0 | 1100010 | 1001110 | 1011000 | 1100000 | 1011 |
Color Harmonies of #1E3701
Complementary color
Monochromatic Colors of #1E3701
Black with #1E3701
Text Example
Text Example
White with #1E3701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3701; }
p { color: rgb(30,55,1); }
H1.HeaderClassName
{
color: #1E3701;
}
.AnyTagClassName
{
color: #1E3701;
}
</style>
background-color css
<style>
a { background-color: #1E3701; }
a { background-color: rgb(30,55,1); }
div.DivClassName
{
background-color: #1E3701;
}
.BgClassName
{
background-color: #1E3701;
}
</style>
border-color css
<style>
span { border-color: #1E3701; }
span { border-color: rgb(30,55,1); }
td.TdClassName
{
border-color: #1E3701;
}
.TagClassName
{
border-color: #1E3701;
}
</style>