Shades of Pine Tree #1E2A04
Tints of Pine Tree #1E2A04
RGB
CMYK
RGB Variations
Color information
#1E2A04 (or 0x1E2A04) is known color: Pine Tree. HEX triplet: 1E, 2A and 04. RGB value is (30,42,4). Sum of RGB (Red+Green+Blue) = 30+42+4=76 (10% of max value = 765). Red value is 30 (12.11% from 255 or 39.47% from 76); Green value is 42 (16.80% from 255 or 55.26% from 76); Blue value is 4 (1.95% from 255 or 5.26% from 76); Max value from RGB is 42 - color contains mainly: green. Hex color #1E2A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2A04 is #E1D5FB. Grayscale: #222222. Windows color (decimal): -14800380 or 272926. OLE color: 272926.
HSL color Cylindrical-coordinate representation of color #1E2A04: hue angle of 78.95º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E2A04 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 42 | 4 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.84 |
| HSL | 78.95º | 0.83% | 0.09% | - |
| HSV(B) | 78.95º | 0.9% | 0.16% | - |
| XYZ | 1.39 | 1.94 | 0.42 | - |
| YUV | 34.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 42 | 4 | 0.29 | 0 | 0.90 | 0.84 | 78.95 | 0.83 | 0.09 |
| Hex | 1E | 2A | 4 | 1D | 0 | 5A | 54 | 4F | 53 | 9 |
| Octal | 36 | 52 | 4 | 35 | 0 | 132 | 124 | 117 | 123 | 11 |
| Binary | 11110 | 101010 | 100 | 11101 | 0 | 1011010 | 1010100 | 1001111 | 1010011 | 1001 |
Color Harmonies of #1E2A04
Complementary color
Monochromatic Colors of #1E2A04
Black with #1E2A04
Text Example
Text Example
White with #1E2A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2A04; }
p { color: rgb(30,42,4); }
H1.HeaderClassName
{
color: #1E2A04;
}
.AnyTagClassName
{
color: #1E2A04;
}
</style>
background-color css
<style>
a { background-color: #1E2A04; }
a { background-color: rgb(30,42,4); }
div.DivClassName
{
background-color: #1E2A04;
}
.BgClassName
{
background-color: #1E2A04;
}
</style>
border-color css
<style>
span { border-color: #1E2A04; }
span { border-color: rgb(30,42,4); }
td.TdClassName
{
border-color: #1E2A04;
}
.TagClassName
{
border-color: #1E2A04;
}
</style>