Shades of Green #115F03
Tints of Green #115F03
RGB
CMYK
RGB Variations
Color information
#115F03 (or 0x115F03) is known color: Green. HEX triplet: 11, 5F and 03. RGB value is (17,95,3). Sum of RGB (Red+Green+Blue) = 17+95+3=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 95 (37.5% from 255 or 82.61% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 95 - color contains mainly: green. Hex color #115F03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115F03 is #EEA0FC. Grayscale: #3D3D3D. Windows color (decimal): -15638781 or 220945. OLE color: 220945.
HSL color Cylindrical-coordinate representation of color #115F03: hue angle of 110.87º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #115F03 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 95 | 3 | - |
| CMYK | 0.82 | 0 | 0.97 | 0.63 |
| HSL | 110.87º | 0.94% | 0.19% | - |
| HSV(B) | 110.87º | 0.97% | 0.37% | - |
| XYZ | 4.34 | 8.31 | 1.46 | - |
| YUV | 61.19 | 95.16 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 3 | 0.82 | 0 | 0.97 | 0.63 | 110.87 | 0.94 | 0.19 |
| Hex | 11 | 5F | 3 | 52 | 0 | 61 | 3F | 6F | 5E | 13 |
| Octal | 21 | 137 | 3 | 122 | 0 | 141 | 77 | 157 | 136 | 23 |
| Binary | 10001 | 1011111 | 11 | 1010010 | 0 | 1100001 | 111111 | 1101111 | 1011110 | 10011 |
Color Harmonies of #115F03
Complementary color
Monochromatic Colors of #115F03
Black with #115F03
Text Example
Text Example
White with #115F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115F03; }
p { color: rgb(17,95,3); }
H1.HeaderClassName
{
color: #115F03;
}
.AnyTagClassName
{
color: #115F03;
}
</style>
background-color css
<style>
a { background-color: #115F03; }
a { background-color: rgb(17,95,3); }
div.DivClassName
{
background-color: #115F03;
}
.BgClassName
{
background-color: #115F03;
}
</style>
border-color css
<style>
span { border-color: #115F03; }
span { border-color: rgb(17,95,3); }
td.TdClassName
{
border-color: #115F03;
}
.TagClassName
{
border-color: #115F03;
}
</style>