Shades of Pine Tree #1E3101
Tints of Pine Tree #1E3101
RGB
CMYK
RGB Variations
Color information
#1E3101 (or 0x1E3101) is known color: Pine Tree. HEX triplet: 1E, 31 and 01. RGB value is (30,49,1). Sum of RGB (Red+Green+Blue) = 30+49+1=80 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.5% from 80); Green value is 49 (19.53% from 255 or 61.25% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 49 - color contains mainly: green. Hex color #1E3101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3101 is #E1CEFE. Grayscale: #262626. Windows color (decimal): -14798591 or 78110. OLE color: 78110.
HSL color Cylindrical-coordinate representation of color #1E3101: hue angle of 83.75º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E3101 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 49 | 1 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.81 |
| HSL | 83.75º | 0.96% | 0.1% | - |
| HSV(B) | 83.75º | 0.98% | 0.19% | - |
| XYZ | 1.64 | 2.47 | 0.42 | - |
| YUV | 37.85 | 107.21 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 49 | 1 | 0.39 | 0 | 0.98 | 0.81 | 83.75 | 0.96 | 0.1 |
| Hex | 1E | 31 | 1 | 27 | 0 | 62 | 51 | 54 | 60 | A |
| Octal | 36 | 61 | 1 | 47 | 0 | 142 | 121 | 124 | 140 | 12 |
| Binary | 11110 | 110001 | 1 | 100111 | 0 | 1100010 | 1010001 | 1010100 | 1100000 | 1010 |
Color Harmonies of #1E3101
Complementary color
Monochromatic Colors of #1E3101
Black with #1E3101
Text Example
Text Example
White with #1E3101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3101; }
p { color: rgb(30,49,1); }
H1.HeaderClassName
{
color: #1E3101;
}
.AnyTagClassName
{
color: #1E3101;
}
</style>
background-color css
<style>
a { background-color: #1E3101; }
a { background-color: rgb(30,49,1); }
div.DivClassName
{
background-color: #1E3101;
}
.BgClassName
{
background-color: #1E3101;
}
</style>
border-color css
<style>
span { border-color: #1E3101; }
span { border-color: rgb(30,49,1); }
td.TdClassName
{
border-color: #1E3101;
}
.TagClassName
{
border-color: #1E3101;
}
</style>