Shades of Pine Tree #1E3C03
Tints of Pine Tree #1E3C03
RGB
CMYK
RGB Variations
Color information
#1E3C03 (or 0x1E3C03) is known color: Pine Tree. HEX triplet: 1E, 3C and 03. RGB value is (30,60,3). Sum of RGB (Red+Green+Blue) = 30+60+3=93 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.26% from 93); Green value is 60 (23.83% from 255 or 64.52% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 60 - color contains mainly: green. Hex color #1E3C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3C03 is #E1C3FC. Grayscale: #2C2C2C. Windows color (decimal): -14795773 or 211998. OLE color: 211998.
HSL color Cylindrical-coordinate representation of color #1E3C03: hue angle of 91.58º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E3C03 is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 60 | 3 | - |
| CMYK | 0.50 | 0 | 0.95 | 0.76 |
| HSL | 91.58º | 0.9% | 0.12% | - |
| HSV(B) | 91.58º | 0.95% | 0.24% | - |
| XYZ | 2.17 | 3.51 | 0.65 | - |
| YUV | 44.53 | 104.56 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 60 | 3 | 0.50 | 0 | 0.95 | 0.76 | 91.58 | 0.9 | 0.12 |
| Hex | 1E | 3C | 3 | 32 | 0 | 5F | 4C | 5C | 5A | C |
| Octal | 36 | 74 | 3 | 62 | 0 | 137 | 114 | 134 | 132 | 14 |
| Binary | 11110 | 111100 | 11 | 110010 | 0 | 1011111 | 1001100 | 1011100 | 1011010 | 1100 |
Color Harmonies of #1E3C03
Complementary color
Monochromatic Colors of #1E3C03
Black with #1E3C03
Text Example
Text Example
White with #1E3C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3C03; }
p { color: rgb(30,60,3); }
H1.HeaderClassName
{
color: #1E3C03;
}
.AnyTagClassName
{
color: #1E3C03;
}
</style>
background-color css
<style>
a { background-color: #1E3C03; }
a { background-color: rgb(30,60,3); }
div.DivClassName
{
background-color: #1E3C03;
}
.BgClassName
{
background-color: #1E3C03;
}
</style>
border-color css
<style>
span { border-color: #1E3C03; }
span { border-color: rgb(30,60,3); }
td.TdClassName
{
border-color: #1E3C03;
}
.TagClassName
{
border-color: #1E3C03;
}
</style>