Shades of Pine Tree #111D03
Tints of Pine Tree #111D03
RGB
CMYK
RGB Variations
Color information
#111D03 (or 0x111D03) is known color: Pine Tree. HEX triplet: 11, 1D and 03. RGB value is (17,29,3). Sum of RGB (Red+Green+Blue) = 17+29+3=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 29 (11.72% from 255 or 59.18% from 49); Blue value is 3 (1.56% from 255 or 6.12% from 49); Max value from RGB is 29 - color contains mainly: green. Hex color #111D03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111D03 is #EEE2FC. Grayscale: #161616. Windows color (decimal): -15655677 or 204049. OLE color: 204049.
HSL color Cylindrical-coordinate representation of color #111D03: hue angle of 87.69º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #111D03 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 29 | 3 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.89 |
| HSL | 87.69º | 0.81% | 0.06% | - |
| HSV(B) | 87.69º | 0.9% | 0.11% | - |
| XYZ | 0.69 | 1 | 0.24 | - |
| YUV | 22.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 3 | 0.41 | 0 | 0.90 | 0.89 | 87.69 | 0.81 | 0.06 |
| Hex | 11 | 1D | 3 | 29 | 0 | 5A | 59 | 58 | 51 | 6 |
| Octal | 21 | 35 | 3 | 51 | 0 | 132 | 131 | 130 | 121 | 6 |
| Binary | 10001 | 11101 | 11 | 101001 | 0 | 1011010 | 1011001 | 1011000 | 1010001 | 110 |
Color Harmonies of #111D03
Complementary color
Monochromatic Colors of #111D03
Black with #111D03
Text Example
Text Example
White with #111D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D03; }
p { color: rgb(17,29,3); }
H1.HeaderClassName
{
color: #111D03;
}
.AnyTagClassName
{
color: #111D03;
}
</style>
background-color css
<style>
a { background-color: #111D03; }
a { background-color: rgb(17,29,3); }
div.DivClassName
{
background-color: #111D03;
}
.BgClassName
{
background-color: #111D03;
}
</style>
border-color css
<style>
span { border-color: #111D03; }
span { border-color: rgb(17,29,3); }
td.TdClassName
{
border-color: #111D03;
}
.TagClassName
{
border-color: #111D03;
}
</style>