Shades of Pine Tree #111D02
Tints of Pine Tree #111D02
RGB
CMYK
RGB Variations
Color information
#111D02 (or 0x111D02) is known color: Pine Tree. HEX triplet: 11, 1D and 02. RGB value is (17,29,2). Sum of RGB (Red+Green+Blue) = 17+29+2=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 29 (11.72% from 255 or 60.42% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 29 - color contains mainly: green. Hex color #111D02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111D02 is #EEE2FD. Grayscale: #161616. Windows color (decimal): -15655678 or 138513. OLE color: 138513.
HSL color Cylindrical-coordinate representation of color #111D02: hue angle of 86.67º 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 #111D02 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 29 | 2 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.89 |
| HSL | 86.67º | 0.87% | 0.06% | - |
| HSV(B) | 86.67º | 0.93% | 0.11% | - |
| XYZ | 0.68 | 1 | 0.21 | - |
| YUV | 22.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 2 | 0.41 | 0 | 0.93 | 0.89 | 86.67 | 0.87 | 0.06 |
| Hex | 11 | 1D | 2 | 29 | 0 | 5D | 59 | 57 | 57 | 6 |
| Octal | 21 | 35 | 2 | 51 | 0 | 135 | 131 | 127 | 127 | 6 |
| Binary | 10001 | 11101 | 10 | 101001 | 0 | 1011101 | 1011001 | 1010111 | 1010111 | 110 |
Color Harmonies of #111D02
Complementary color
Monochromatic Colors of #111D02
Black with #111D02
Text Example
Text Example
White with #111D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D02; }
p { color: rgb(17,29,2); }
H1.HeaderClassName
{
color: #111D02;
}
.AnyTagClassName
{
color: #111D02;
}
</style>
background-color css
<style>
a { background-color: #111D02; }
a { background-color: rgb(17,29,2); }
div.DivClassName
{
background-color: #111D02;
}
.BgClassName
{
background-color: #111D02;
}
</style>
border-color css
<style>
span { border-color: #111D02; }
span { border-color: rgb(17,29,2); }
td.TdClassName
{
border-color: #111D02;
}
.TagClassName
{
border-color: #111D02;
}
</style>