Shades of Green #115F08
Tints of Green #115F08
RGB
CMYK
RGB Variations
Color information
#115F08 (or 0x115F08) is known color: Green. HEX triplet: 11, 5F and 08. RGB value is (17,95,8). Sum of RGB (Red+Green+Blue) = 17+95+8=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 95 (37.5% from 255 or 79.17% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 95 - color contains mainly: green. Hex color #115F08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115F08 is #EEA0F7. Grayscale: #3E3E3E. Windows color (decimal): -15638776 or 548625. OLE color: 548625.
HSL color Cylindrical-coordinate representation of color #115F08: hue angle of 113.79º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115F08 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 95 | 8 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.63 |
| HSL | 113.79º | 0.84% | 0.2% | - |
| HSV(B) | 113.79º | 0.92% | 0.37% | - |
| XYZ | 4.37 | 8.32 | 1.61 | - |
| YUV | 61.76 | 97.66 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 8 | 0.82 | 0 | 0.92 | 0.63 | 113.79 | 0.84 | 0.2 |
| Hex | 11 | 5F | 8 | 52 | 0 | 5C | 3F | 72 | 54 | 14 |
| Octal | 21 | 137 | 10 | 122 | 0 | 134 | 77 | 162 | 124 | 24 |
| Binary | 10001 | 1011111 | 1000 | 1010010 | 0 | 1011100 | 111111 | 1110010 | 1010100 | 10100 |
Color Harmonies of #115F08
Complementary color
Monochromatic Colors of #115F08
Black with #115F08
Text Example
Text Example
White with #115F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115F08; }
p { color: rgb(17,95,8); }
H1.HeaderClassName
{
color: #115F08;
}
.AnyTagClassName
{
color: #115F08;
}
</style>
background-color css
<style>
a { background-color: #115F08; }
a { background-color: rgb(17,95,8); }
div.DivClassName
{
background-color: #115F08;
}
.BgClassName
{
background-color: #115F08;
}
</style>
border-color css
<style>
span { border-color: #115F08; }
span { border-color: rgb(17,95,8); }
td.TdClassName
{
border-color: #115F08;
}
.TagClassName
{
border-color: #115F08;
}
</style>