Shades of Pine Tree #111C02
Tints of Pine Tree #111C02
RGB
CMYK
RGB Variations
Color information
#111C02 (or 0x111C02) is known color: Pine Tree. HEX triplet: 11, 1C and 02. RGB value is (17,28,2). Sum of RGB (Red+Green+Blue) = 17+28+2=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 28 (11.33% from 255 or 59.57% from 47); Blue value is 2 (1.17% from 255 or 4.26% from 47); Max value from RGB is 28 - color contains mainly: green. Hex color #111C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111C02 is #EEE3FD. Grayscale: #151515. Windows color (decimal): -15655934 or 138257. OLE color: 138257.
HSL color Cylindrical-coordinate representation of color #111C02: hue angle of 85.38º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #111C02 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 28 | 2 | - |
| CMYK | 0.39 | 0 | 0.93 | 0.89 |
| HSL | 85.38º | 0.87% | 0.06% | - |
| HSV(B) | 85.38º | 0.93% | 0.11% | - |
| XYZ | 0.66 | 0.95 | 0.21 | - |
| YUV | 21.75 | 116.86 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 2 | 0.39 | 0 | 0.93 | 0.89 | 85.38 | 0.87 | 0.06 |
| Hex | 11 | 1C | 2 | 27 | 0 | 5D | 59 | 55 | 57 | 6 |
| Octal | 21 | 34 | 2 | 47 | 0 | 135 | 131 | 125 | 127 | 6 |
| Binary | 10001 | 11100 | 10 | 100111 | 0 | 1011101 | 1011001 | 1010101 | 1010111 | 110 |
Color Harmonies of #111C02
Complementary color
Monochromatic Colors of #111C02
Black with #111C02
Text Example
Text Example
White with #111C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C02; }
p { color: rgb(17,28,2); }
H1.HeaderClassName
{
color: #111C02;
}
.AnyTagClassName
{
color: #111C02;
}
</style>
background-color css
<style>
a { background-color: #111C02; }
a { background-color: rgb(17,28,2); }
div.DivClassName
{
background-color: #111C02;
}
.BgClassName
{
background-color: #111C02;
}
</style>
border-color css
<style>
span { border-color: #111C02; }
span { border-color: rgb(17,28,2); }
td.TdClassName
{
border-color: #111C02;
}
.TagClassName
{
border-color: #111C02;
}
</style>