Shades of Pine Tree #1E3802
Tints of Pine Tree #1E3802
RGB
CMYK
RGB Variations
Color information
#1E3802 (or 0x1E3802) is known color: Pine Tree. HEX triplet: 1E, 38 and 02. RGB value is (30,56,2). Sum of RGB (Red+Green+Blue) = 30+56+2=88 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.09% from 88); Green value is 56 (22.27% from 255 or 63.64% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 56 - color contains mainly: green. Hex color #1E3802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3802 is #E1C7FD. Grayscale: #2A2A2A. Windows color (decimal): -14796798 or 145438. OLE color: 145438.
HSL color Cylindrical-coordinate representation of color #1E3802: hue angle of 88.89º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E3802 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 56 | 2 | - |
| CMYK | 0.46 | 0 | 0.96 | 0.78 |
| HSL | 88.89º | 0.93% | 0.11% | - |
| HSV(B) | 88.89º | 0.96% | 0.22% | - |
| XYZ | 1.96 | 3.11 | 0.55 | - |
| YUV | 42.07 | 105.39 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 56 | 2 | 0.46 | 0 | 0.96 | 0.78 | 88.89 | 0.93 | 0.11 |
| Hex | 1E | 38 | 2 | 2E | 0 | 60 | 4E | 59 | 5D | B |
| Octal | 36 | 70 | 2 | 56 | 0 | 140 | 116 | 131 | 135 | 13 |
| Binary | 11110 | 111000 | 10 | 101110 | 0 | 1100000 | 1001110 | 1011001 | 1011101 | 1011 |
Color Harmonies of #1E3802
Complementary color
Monochromatic Colors of #1E3802
Black with #1E3802
Text Example
Text Example
White with #1E3802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3802; }
p { color: rgb(30,56,2); }
H1.HeaderClassName
{
color: #1E3802;
}
.AnyTagClassName
{
color: #1E3802;
}
</style>
background-color css
<style>
a { background-color: #1E3802; }
a { background-color: rgb(30,56,2); }
div.DivClassName
{
background-color: #1E3802;
}
.BgClassName
{
background-color: #1E3802;
}
</style>
border-color css
<style>
span { border-color: #1E3802; }
span { border-color: rgb(30,56,2); }
td.TdClassName
{
border-color: #1E3802;
}
.TagClassName
{
border-color: #1E3802;
}
</style>