Shades of Pine Tree #1E300D
Tints of Pine Tree #1E300D
RGB
CMYK
RGB Variations
Color information
#1E300D (or 0x1E300D) is known color: Pine Tree. HEX triplet: 1E, 30 and 0D. RGB value is (30,48,13). Sum of RGB (Red+Green+Blue) = 30+48+13=91 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.97% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #1E300D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E300D is #E1CFF2. Grayscale: #262626. Windows color (decimal): -14798835 or 864286. OLE color: 864286.
HSL color Cylindrical-coordinate representation of color #1E300D: hue angle of 90.86º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E300D is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 48 | 13 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.81 |
| HSL | 90.86º | 0.57% | 0.12% | - |
| HSV(B) | 90.86º | 0.73% | 0.19% | - |
| XYZ | 1.67 | 2.42 | 0.76 | - |
| YUV | 38.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 48 | 13 | 0.37 | 0 | 0.73 | 0.81 | 90.86 | 0.57 | 0.12 |
| Hex | 1E | 30 | D | 25 | 0 | 49 | 51 | 5B | 39 | C |
| Octal | 36 | 60 | 15 | 45 | 0 | 111 | 121 | 133 | 71 | 14 |
| Binary | 11110 | 110000 | 1101 | 100101 | 0 | 1001001 | 1010001 | 1011011 | 111001 | 1100 |
Color Harmonies of #1E300D
Complementary color
Monochromatic Colors of #1E300D
Black with #1E300D
Text Example
Text Example
White with #1E300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E300D; }
p { color: rgb(30,48,13); }
H1.HeaderClassName
{
color: #1E300D;
}
.AnyTagClassName
{
color: #1E300D;
}
</style>
background-color css
<style>
a { background-color: #1E300D; }
a { background-color: rgb(30,48,13); }
div.DivClassName
{
background-color: #1E300D;
}
.BgClassName
{
background-color: #1E300D;
}
</style>
border-color css
<style>
span { border-color: #1E300D; }
span { border-color: rgb(30,48,13); }
td.TdClassName
{
border-color: #1E300D;
}
.TagClassName
{
border-color: #1E300D;
}
</style>