Shades of Pine Tree #1E330A
Tints of Pine Tree #1E330A
RGB
CMYK
RGB Variations
Color information
#1E330A (or 0x1E330A) is known color: Pine Tree. HEX triplet: 1E, 33 and 0A. RGB value is (30,51,10). Sum of RGB (Red+Green+Blue) = 30+51+10=91 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.97% from 91); Green value is 51 (20.31% from 255 or 56.04% from 91); Blue value is 10 (4.30% from 255 or 10.99% from 91); Max value from RGB is 51 - color contains mainly: green. Hex color #1E330A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E330A is #E1CCF5. Grayscale: #282828. Windows color (decimal): -14798070 or 668446. OLE color: 668446.
HSL color Cylindrical-coordinate representation of color #1E330A: hue angle of 90.73º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E330A is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 30 | 51 | 10 | - |
| CMYK | 0.41 | 0 | 0.80 | 0.8 |
| HSL | 90.73º | 0.67% | 0.12% | - |
| HSV(B) | 90.73º | 0.8% | 0.2% | - |
| XYZ | 1.77 | 2.67 | 0.71 | - |
| YUV | 40.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 51 | 10 | 0.41 | 0 | 0.80 | 0.8 | 90.73 | 0.67 | 0.12 |
| Hex | 1E | 33 | A | 29 | 0 | 50 | 50 | 5B | 43 | C |
| Octal | 36 | 63 | 12 | 51 | 0 | 120 | 120 | 133 | 103 | 14 |
| Binary | 11110 | 110011 | 1010 | 101001 | 0 | 1010000 | 1010000 | 1011011 | 1000011 | 1100 |
Color Harmonies of #1E330A
Complementary color
Monochromatic Colors of #1E330A
Black with #1E330A
Text Example
Text Example
White with #1E330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E330A; }
p { color: rgb(30,51,10); }
H1.HeaderClassName
{
color: #1E330A;
}
.AnyTagClassName
{
color: #1E330A;
}
</style>
background-color css
<style>
a { background-color: #1E330A; }
a { background-color: rgb(30,51,10); }
div.DivClassName
{
background-color: #1E330A;
}
.BgClassName
{
background-color: #1E330A;
}
</style>
border-color css
<style>
span { border-color: #1E330A; }
span { border-color: rgb(30,51,10); }
td.TdClassName
{
border-color: #1E330A;
}
.TagClassName
{
border-color: #1E330A;
}
</style>