Shades of Pine Tree #1E3202
Tints of Pine Tree #1E3202
RGB
CMYK
RGB Variations
Color information
#1E3202 (or 0x1E3202) is known color: Pine Tree. HEX triplet: 1E, 32 and 02. RGB value is (30,50,2). Sum of RGB (Red+Green+Blue) = 30+50+2=82 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.59% from 82); Green value is 50 (19.92% from 255 or 60.98% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 50 - color contains mainly: green. Hex color #1E3202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3202 is #E1CDFD. Grayscale: #262626. Windows color (decimal): -14798334 or 143902. OLE color: 143902.
HSL color Cylindrical-coordinate representation of color #1E3202: hue angle of 85º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E3202 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 30 | 50 | 2 | - |
| CMYK | 0.40 | 0 | 0.96 | 0.80 |
| HSL | 85º | 0.92% | 0.1% | - |
| HSV(B) | 85º | 0.96% | 0.2% | - |
| XYZ | 1.69 | 2.56 | 0.46 | - |
| YUV | 38.55 | 107.37 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 50 | 2 | 0.40 | 0 | 0.96 | 0.80 | 85 | 0.92 | 0.1 |
| Hex | 1E | 32 | 2 | 28 | 0 | 60 | 50 | 55 | 5C | A |
| Octal | 36 | 62 | 2 | 50 | 0 | 140 | 120 | 125 | 134 | 12 |
| Binary | 11110 | 110010 | 10 | 101000 | 0 | 1100000 | 1010000 | 1010101 | 1011100 | 1010 |
Color Harmonies of #1E3202
Complementary color
Monochromatic Colors of #1E3202
Black with #1E3202
Text Example
Text Example
White with #1E3202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3202; }
p { color: rgb(30,50,2); }
H1.HeaderClassName
{
color: #1E3202;
}
.AnyTagClassName
{
color: #1E3202;
}
</style>
background-color css
<style>
a { background-color: #1E3202; }
a { background-color: rgb(30,50,2); }
div.DivClassName
{
background-color: #1E3202;
}
.BgClassName
{
background-color: #1E3202;
}
</style>
border-color css
<style>
span { border-color: #1E3202; }
span { border-color: rgb(30,50,2); }
td.TdClassName
{
border-color: #1E3202;
}
.TagClassName
{
border-color: #1E3202;
}
</style>