Shades of Pine Tree #1E2903
Tints of Pine Tree #1E2903
RGB
CMYK
RGB Variations
Color information
#1E2903 (or 0x1E2903) is known color: Pine Tree. HEX triplet: 1E, 29 and 03. RGB value is (30,41,3). Sum of RGB (Red+Green+Blue) = 30+41+3=74 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40.54% from 74); Green value is 41 (16.41% from 255 or 55.41% from 74); Blue value is 3 (1.56% from 255 or 4.05% from 74); Max value from RGB is 41 - color contains mainly: green. Hex color #1E2903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2903 is #E1D6FC. Grayscale: #212121. Windows color (decimal): -14800637 or 207134. OLE color: 207134.
HSL color Cylindrical-coordinate representation of color #1E2903: hue angle of 77.37º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E2903 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 41 | 3 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.84 |
| HSL | 77.37º | 0.86% | 0.09% | - |
| HSV(B) | 77.37º | 0.93% | 0.16% | - |
| XYZ | 1.34 | 1.87 | 0.38 | - |
| YUV | 33.38 | 110.86 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 41 | 3 | 0.27 | 0 | 0.93 | 0.84 | 77.37 | 0.86 | 0.09 |
| Hex | 1E | 29 | 3 | 1B | 0 | 5D | 54 | 4D | 56 | 9 |
| Octal | 36 | 51 | 3 | 33 | 0 | 135 | 124 | 115 | 126 | 11 |
| Binary | 11110 | 101001 | 11 | 11011 | 0 | 1011101 | 1010100 | 1001101 | 1010110 | 1001 |
Color Harmonies of #1E2903
Complementary color
Monochromatic Colors of #1E2903
Black with #1E2903
Text Example
Text Example
White with #1E2903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2903; }
p { color: rgb(30,41,3); }
H1.HeaderClassName
{
color: #1E2903;
}
.AnyTagClassName
{
color: #1E2903;
}
</style>
background-color css
<style>
a { background-color: #1E2903; }
a { background-color: rgb(30,41,3); }
div.DivClassName
{
background-color: #1E2903;
}
.BgClassName
{
background-color: #1E2903;
}
</style>
border-color css
<style>
span { border-color: #1E2903; }
span { border-color: rgb(30,41,3); }
td.TdClassName
{
border-color: #1E2903;
}
.TagClassName
{
border-color: #1E2903;
}
</style>