Shades of Kelly Green #28BA02
Tints of Kelly Green #28BA02
RGB
CMYK
RGB Variations
Color information
#28BA02 (or 0x28BA02) is known color: Kelly Green. HEX triplet: 28, BA and 02. RGB value is (40,186,2). Sum of RGB (Red+Green+Blue) = 40+186+2=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 186 (73.05% from 255 or 81.58% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28BA02 is #D745FD. Grayscale: #797979. Windows color (decimal): -14108158 or 178728. OLE color: 178728.
HSL color Cylindrical-coordinate representation of color #28BA02: hue angle of 107.61º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28BA02 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 186 | 2 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.27 |
| HSL | 107.61º | 0.98% | 0.37% | - |
| HSV(B) | 107.61º | 0.99% | 0.73% | - |
| XYZ | 18.44 | 35.57 | 5.95 | - |
| YUV | 121.37 | 60.63 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 2 | 0.78 | 0 | 0.99 | 0.27 | 107.61 | 0.98 | 0.37 |
| Hex | 28 | BA | 2 | 4E | 0 | 63 | 1B | 6C | 62 | 25 |
| Octal | 50 | 272 | 2 | 116 | 0 | 143 | 33 | 154 | 142 | 45 |
| Binary | 101000 | 10111010 | 10 | 1001110 | 0 | 1100011 | 11011 | 1101100 | 1100010 | 100101 |
Color Harmonies of #28BA02
Complementary color
Monochromatic Colors of #28BA02
Black with #28BA02
Text Example
Text Example
White with #28BA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BA02; }
p { color: rgb(40,186,2); }
H1.HeaderClassName
{
color: #28BA02;
}
.AnyTagClassName
{
color: #28BA02;
}
</style>
background-color css
<style>
a { background-color: #28BA02; }
a { background-color: rgb(40,186,2); }
div.DivClassName
{
background-color: #28BA02;
}
.BgClassName
{
background-color: #28BA02;
}
</style>
border-color css
<style>
span { border-color: #28BA02; }
span { border-color: rgb(40,186,2); }
td.TdClassName
{
border-color: #28BA02;
}
.TagClassName
{
border-color: #28BA02;
}
</style>