Shades of Pine Tree #1E3803
Tints of Pine Tree #1E3803
RGB
CMYK
RGB Variations
Color information
#1E3803 (or 0x1E3803) is known color: Pine Tree. HEX triplet: 1E, 38 and 03. RGB value is (30,56,3). Sum of RGB (Red+Green+Blue) = 30+56+3=89 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.71% from 89); Green value is 56 (22.27% from 255 or 62.92% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 56 - color contains mainly: green. Hex color #1E3803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3803 is #E1C7FC. Grayscale: #2A2A2A. Windows color (decimal): -14796797 or 210974. OLE color: 210974.
HSL color Cylindrical-coordinate representation of color #1E3803: hue angle of 89.43º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E3803 is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 56 | 3 | - |
| CMYK | 0.46 | 0 | 0.95 | 0.78 |
| HSL | 89.43º | 0.9% | 0.12% | - |
| HSV(B) | 89.43º | 0.95% | 0.22% | - |
| XYZ | 1.97 | 3.11 | 0.58 | - |
| YUV | 42.18 | 105.89 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 56 | 3 | 0.46 | 0 | 0.95 | 0.78 | 89.43 | 0.9 | 0.12 |
| Hex | 1E | 38 | 3 | 2E | 0 | 5F | 4E | 59 | 5A | C |
| Octal | 36 | 70 | 3 | 56 | 0 | 137 | 116 | 131 | 132 | 14 |
| Binary | 11110 | 111000 | 11 | 101110 | 0 | 1011111 | 1001110 | 1011001 | 1011010 | 1100 |
Color Harmonies of #1E3803
Complementary color
Monochromatic Colors of #1E3803
Black with #1E3803
Text Example
Text Example
White with #1E3803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3803; }
p { color: rgb(30,56,3); }
H1.HeaderClassName
{
color: #1E3803;
}
.AnyTagClassName
{
color: #1E3803;
}
</style>
background-color css
<style>
a { background-color: #1E3803; }
a { background-color: rgb(30,56,3); }
div.DivClassName
{
background-color: #1E3803;
}
.BgClassName
{
background-color: #1E3803;
}
</style>
border-color css
<style>
span { border-color: #1E3803; }
span { border-color: rgb(30,56,3); }
td.TdClassName
{
border-color: #1E3803;
}
.TagClassName
{
border-color: #1E3803;
}
</style>