Shades of Green #115D00
Tints of Green #115D00
RGB
CMYK
RGB Variations
Color information
#115D00 (or 0x115D00) is known color: Green. HEX triplet: 11, 5D and 00. RGB value is (17,93,0). Sum of RGB (Red+Green+Blue) = 17+93+0=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 93 (36.72% from 255 or 84.55% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 93 - color contains mainly: green. Hex color #115D00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115D00 is #EEA2FF. Grayscale: #3B3B3B. Windows color (decimal): -15639296 or 23825. OLE color: 23825.
HSL color Cylindrical-coordinate representation of color #115D00: hue angle of 109.03º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #115D00 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 93 | 0 | - |
| CMYK | 0.82 | 0 | 1 | 0.64 |
| HSL | 109.03º | 1% | 0.18% | - |
| HSV(B) | 109.03º | 1% | 0.36% | - |
| XYZ | 4.15 | 7.95 | 1.32 | - |
| YUV | 59.67 | 94.32 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 0 | 0.82 | 0 | 1 | 0.64 | 109.03 | 1 | 0.18 |
| Hex | 11 | 5D | 0 | 52 | 0 | 64 | 40 | 6D | 64 | 12 |
| Octal | 21 | 135 | 0 | 122 | 0 | 144 | 100 | 155 | 144 | 22 |
| Binary | 10001 | 1011101 | 0 | 1010010 | 0 | 1100100 | 1000000 | 1101101 | 1100100 | 10010 |
Color Harmonies of #115D00
Complementary color
Monochromatic Colors of #115D00
Black with #115D00
Text Example
Text Example
White with #115D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115D00; }
p { color: rgb(17,93,0); }
H1.HeaderClassName
{
color: #115D00;
}
.AnyTagClassName
{
color: #115D00;
}
</style>
background-color css
<style>
a { background-color: #115D00; }
a { background-color: rgb(17,93,0); }
div.DivClassName
{
background-color: #115D00;
}
.BgClassName
{
background-color: #115D00;
}
</style>
border-color css
<style>
span { border-color: #115D00; }
span { border-color: rgb(17,93,0); }
td.TdClassName
{
border-color: #115D00;
}
.TagClassName
{
border-color: #115D00;
}
</style>