Shades of Pine Tree #111E03
Tints of Pine Tree #111E03
RGB
CMYK
RGB Variations
Color information
#111E03 (or 0x111E03) is known color: Pine Tree. HEX triplet: 11, 1E and 03. RGB value is (17,30,3). Sum of RGB (Red+Green+Blue) = 17+30+3=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 30 (12.11% from 255 or 60% from 50); Blue value is 3 (1.56% from 255 or 6% from 50); Max value from RGB is 30 - color contains mainly: green. Hex color #111E03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111E03 is #EEE1FC. Grayscale: #171717. Windows color (decimal): -15655421 or 204305. OLE color: 204305.
HSL color Cylindrical-coordinate representation of color #111E03: hue angle of 88.89º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #111E03 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 30 | 3 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.88 |
| HSL | 88.89º | 0.82% | 0.06% | - |
| HSV(B) | 88.89º | 0.9% | 0.12% | - |
| XYZ | 0.71 | 1.05 | 0.25 | - |
| YUV | 23.04 | 116.69 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 3 | 0.43 | 0 | 0.90 | 0.88 | 88.89 | 0.82 | 0.06 |
| Hex | 11 | 1E | 3 | 2B | 0 | 5A | 58 | 59 | 52 | 6 |
| Octal | 21 | 36 | 3 | 53 | 0 | 132 | 130 | 131 | 122 | 6 |
| Binary | 10001 | 11110 | 11 | 101011 | 0 | 1011010 | 1011000 | 1011001 | 1010010 | 110 |
Color Harmonies of #111E03
Complementary color
Monochromatic Colors of #111E03
Black with #111E03
Text Example
Text Example
White with #111E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111E03; }
p { color: rgb(17,30,3); }
H1.HeaderClassName
{
color: #111E03;
}
.AnyTagClassName
{
color: #111E03;
}
</style>
background-color css
<style>
a { background-color: #111E03; }
a { background-color: rgb(17,30,3); }
div.DivClassName
{
background-color: #111E03;
}
.BgClassName
{
background-color: #111E03;
}
</style>
border-color css
<style>
span { border-color: #111E03; }
span { border-color: rgb(17,30,3); }
td.TdClassName
{
border-color: #111E03;
}
.TagClassName
{
border-color: #111E03;
}
</style>