Shades of Pine Tree #1E3102
Tints of Pine Tree #1E3102
RGB
CMYK
RGB Variations
Color information
#1E3102 (or 0x1E3102) is known color: Pine Tree. HEX triplet: 1E, 31 and 02. RGB value is (30,49,2). Sum of RGB (Red+Green+Blue) = 30+49+2=81 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.04% from 81); Green value is 49 (19.53% from 255 or 60.49% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 49 - color contains mainly: green. Hex color #1E3102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3102 is #E1CEFD. Grayscale: #262626. Windows color (decimal): -14798590 or 143646. OLE color: 143646.
HSL color Cylindrical-coordinate representation of color #1E3102: hue angle of 84.26º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E3102 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 49 | 2 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.81 |
| HSL | 84.26º | 0.92% | 0.1% | - |
| HSV(B) | 84.26º | 0.96% | 0.19% | - |
| XYZ | 1.64 | 2.48 | 0.45 | - |
| YUV | 37.96 | 107.71 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 49 | 2 | 0.39 | 0 | 0.96 | 0.81 | 84.26 | 0.92 | 0.1 |
| Hex | 1E | 31 | 2 | 27 | 0 | 60 | 51 | 54 | 5C | A |
| Octal | 36 | 61 | 2 | 47 | 0 | 140 | 121 | 124 | 134 | 12 |
| Binary | 11110 | 110001 | 10 | 100111 | 0 | 1100000 | 1010001 | 1010100 | 1011100 | 1010 |
Color Harmonies of #1E3102
Complementary color
Monochromatic Colors of #1E3102
Black with #1E3102
Text Example
Text Example
White with #1E3102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3102; }
p { color: rgb(30,49,2); }
H1.HeaderClassName
{
color: #1E3102;
}
.AnyTagClassName
{
color: #1E3102;
}
</style>
background-color css
<style>
a { background-color: #1E3102; }
a { background-color: rgb(30,49,2); }
div.DivClassName
{
background-color: #1E3102;
}
.BgClassName
{
background-color: #1E3102;
}
</style>
border-color css
<style>
span { border-color: #1E3102; }
span { border-color: rgb(30,49,2); }
td.TdClassName
{
border-color: #1E3102;
}
.TagClassName
{
border-color: #1E3102;
}
</style>