Shades of Pine Tree #111A03
Tints of Pine Tree #111A03
RGB
CMYK
RGB Variations
Color information
#111A03 (or 0x111A03) is known color: Pine Tree. HEX triplet: 11, 1A and 03. RGB value is (17,26,3). Sum of RGB (Red+Green+Blue) = 17+26+3=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 26 (10.55% from 255 or 56.52% from 46); Blue value is 3 (1.56% from 255 or 6.52% from 46); Max value from RGB is 26 - color contains mainly: green. Hex color #111A03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111A03 is #EEE5FC. Grayscale: #141414. Windows color (decimal): -15656445 or 203281. OLE color: 203281.
HSL color Cylindrical-coordinate representation of color #111A03: hue angle of 83.48º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #111A03 is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 26 | 3 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.90 |
| HSL | 83.48º | 0.79% | 0.06% | - |
| HSV(B) | 83.48º | 0.88% | 0.1% | - |
| XYZ | 0.62 | 0.86 | 0.22 | - |
| YUV | 20.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 3 | 0.35 | 0 | 0.88 | 0.90 | 83.48 | 0.79 | 0.06 |
| Hex | 11 | 1A | 3 | 23 | 0 | 58 | 5A | 53 | 4F | 6 |
| Octal | 21 | 32 | 3 | 43 | 0 | 130 | 132 | 123 | 117 | 6 |
| Binary | 10001 | 11010 | 11 | 100011 | 0 | 1011000 | 1011010 | 1010011 | 1001111 | 110 |
Color Harmonies of #111A03
Complementary color
Monochromatic Colors of #111A03
Black with #111A03
Text Example
Text Example
White with #111A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A03; }
p { color: rgb(17,26,3); }
H1.HeaderClassName
{
color: #111A03;
}
.AnyTagClassName
{
color: #111A03;
}
</style>
background-color css
<style>
a { background-color: #111A03; }
a { background-color: rgb(17,26,3); }
div.DivClassName
{
background-color: #111A03;
}
.BgClassName
{
background-color: #111A03;
}
</style>
border-color css
<style>
span { border-color: #111A03; }
span { border-color: rgb(17,26,3); }
td.TdClassName
{
border-color: #111A03;
}
.TagClassName
{
border-color: #111A03;
}
</style>