Shades of Pine Tree #111A02
Tints of Pine Tree #111A02
RGB
CMYK
RGB Variations
Color information
#111A02 (or 0x111A02) is known color: Pine Tree. HEX triplet: 11, 1A and 02. RGB value is (17,26,2). Sum of RGB (Red+Green+Blue) = 17+26+2=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 26 (10.55% from 255 or 57.78% from 45); Blue value is 2 (1.17% from 255 or 4.44% from 45); Max value from RGB is 26 - color contains mainly: green. Hex color #111A02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111A02 is #EEE5FD. Grayscale: #141414. Windows color (decimal): -15656446 or 137745. OLE color: 137745.
HSL color Cylindrical-coordinate representation of color #111A02: hue angle of 82.5º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111A02 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 26 | 2 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.90 |
| HSL | 82.5º | 0.86% | 0.05% | - |
| HSV(B) | 82.5º | 0.92% | 0.1% | - |
| XYZ | 0.61 | 0.86 | 0.19 | - |
| YUV | 20.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 2 | 0.35 | 0 | 0.92 | 0.90 | 82.5 | 0.86 | 0.05 |
| Hex | 11 | 1A | 2 | 23 | 0 | 5C | 5A | 52 | 56 | 5 |
| Octal | 21 | 32 | 2 | 43 | 0 | 134 | 132 | 122 | 126 | 5 |
| Binary | 10001 | 11010 | 10 | 100011 | 0 | 1011100 | 1011010 | 1010010 | 1010110 | 101 |
Color Harmonies of #111A02
Complementary color
Monochromatic Colors of #111A02
Black with #111A02
Text Example
Text Example
White with #111A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A02; }
p { color: rgb(17,26,2); }
H1.HeaderClassName
{
color: #111A02;
}
.AnyTagClassName
{
color: #111A02;
}
</style>
background-color css
<style>
a { background-color: #111A02; }
a { background-color: rgb(17,26,2); }
div.DivClassName
{
background-color: #111A02;
}
.BgClassName
{
background-color: #111A02;
}
</style>
border-color css
<style>
span { border-color: #111A02; }
span { border-color: rgb(17,26,2); }
td.TdClassName
{
border-color: #111A02;
}
.TagClassName
{
border-color: #111A02;
}
</style>