Shades of Pine Tree #111A08
Tints of Pine Tree #111A08
RGB
CMYK
RGB Variations
Color information
#111A08 (or 0x111A08) is known color: Pine Tree. HEX triplet: 11, 1A and 08. RGB value is (17,26,8). Sum of RGB (Red+Green+Blue) = 17+26+8=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 26 (10.55% from 255 or 50.98% from 51); Blue value is 8 (3.52% from 255 or 15.69% from 51); Max value from RGB is 26 - color contains mainly: green. Hex color #111A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111A08 is #EEE5F7. Grayscale: #151515. Windows color (decimal): -15656440 or 530961. OLE color: 530961.
HSL color Cylindrical-coordinate representation of color #111A08: hue angle of 90º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #111A08 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 26 | 8 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.90 |
| HSL | 90º | 0.53% | 0.07% | - |
| HSV(B) | 90º | 0.69% | 0.1% | - |
| XYZ | 0.64 | 0.88 | 0.36 | - |
| YUV | 21.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 8 | 0.35 | 0 | 0.69 | 0.90 | 90 | 0.53 | 0.07 |
| Hex | 11 | 1A | 8 | 23 | 0 | 45 | 5A | 5A | 35 | 7 |
| Octal | 21 | 32 | 10 | 43 | 0 | 105 | 132 | 132 | 65 | 7 |
| Binary | 10001 | 11010 | 1000 | 100011 | 0 | 1000101 | 1011010 | 1011010 | 110101 | 111 |
Color Harmonies of #111A08
Complementary color
Monochromatic Colors of #111A08
Black with #111A08
Text Example
Text Example
White with #111A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A08; }
p { color: rgb(17,26,8); }
H1.HeaderClassName
{
color: #111A08;
}
.AnyTagClassName
{
color: #111A08;
}
</style>
background-color css
<style>
a { background-color: #111A08; }
a { background-color: rgb(17,26,8); }
div.DivClassName
{
background-color: #111A08;
}
.BgClassName
{
background-color: #111A08;
}
</style>
border-color css
<style>
span { border-color: #111A08; }
span { border-color: rgb(17,26,8); }
td.TdClassName
{
border-color: #111A08;
}
.TagClassName
{
border-color: #111A08;
}
</style>