Shades of Kelly Green #28B114
Tints of Kelly Green #28B114
RGB
CMYK
RGB Variations
Color information
#28B114 (or 0x28B114) is known color: Kelly Green. HEX triplet: 28, B1 and 14. RGB value is (40,177,20). Sum of RGB (Red+Green+Blue) = 40+177+20=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 177 (69.53% from 255 or 74.68% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 177 - color contains mainly: green. Hex color #28B114 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28B114 is #D74EEB. Grayscale: #767676. Windows color (decimal): -14110444 or 1356072. OLE color: 1356072.
HSL color Cylindrical-coordinate representation of color #28B114: hue angle of 112.36º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #28B114 is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 177 | 20 | - |
| CMYK | 0.77 | 0 | 0.89 | 0.31 |
| HSL | 112.36º | 0.8% | 0.39% | - |
| HSV(B) | 112.36º | 0.89% | 0.69% | - |
| XYZ | 16.72 | 31.95 | 5.95 | - |
| YUV | 118.14 | 72.61 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 177 | 20 | 0.77 | 0 | 0.89 | 0.31 | 112.36 | 0.8 | 0.39 |
| Hex | 28 | B1 | 14 | 4D | 0 | 59 | 1F | 70 | 50 | 27 |
| Octal | 50 | 261 | 24 | 115 | 0 | 131 | 37 | 160 | 120 | 47 |
| Binary | 101000 | 10110001 | 10100 | 1001101 | 0 | 1011001 | 11111 | 1110000 | 1010000 | 100111 |
Color Harmonies of #28B114
Complementary color
Monochromatic Colors of #28B114
Black with #28B114
Text Example
Text Example
White with #28B114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B114; }
p { color: rgb(40,177,20); }
H1.HeaderClassName
{
color: #28B114;
}
.AnyTagClassName
{
color: #28B114;
}
</style>
background-color css
<style>
a { background-color: #28B114; }
a { background-color: rgb(40,177,20); }
div.DivClassName
{
background-color: #28B114;
}
.BgClassName
{
background-color: #28B114;
}
</style>
border-color css
<style>
span { border-color: #28B114; }
span { border-color: rgb(40,177,20); }
td.TdClassName
{
border-color: #28B114;
}
.TagClassName
{
border-color: #28B114;
}
</style>