Shades of Kelly Green #28AF02
Tints of Kelly Green #28AF02
RGB
CMYK
RGB Variations
Color information
#28AF02 (or 0x28AF02) is known color: Kelly Green. HEX triplet: 28, AF and 02. RGB value is (40,175,2). Sum of RGB (Red+Green+Blue) = 40+175+2=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 175 (68.75% from 255 or 80.65% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28AF02 is #D750FD. Grayscale: #737373. Windows color (decimal): -14110974 or 175912. OLE color: 175912.
HSL color Cylindrical-coordinate representation of color #28AF02: hue angle of 106.82º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28AF02 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 2 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.31 |
| HSL | 106.82º | 0.98% | 0.35% | - |
| HSV(B) | 106.82º | 0.99% | 0.69% | - |
| XYZ | 16.22 | 31.12 | 5.21 | - |
| YUV | 114.91 | 64.27 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 2 | 0.77 | 0 | 0.99 | 0.31 | 106.82 | 0.98 | 0.35 |
| Hex | 28 | AF | 2 | 4D | 0 | 63 | 1F | 6B | 62 | 23 |
| Octal | 50 | 257 | 2 | 115 | 0 | 143 | 37 | 153 | 142 | 43 |
| Binary | 101000 | 10101111 | 10 | 1001101 | 0 | 1100011 | 11111 | 1101011 | 1100010 | 100011 |
Color Harmonies of #28AF02
Complementary color
Monochromatic Colors of #28AF02
Black with #28AF02
Text Example
Text Example
White with #28AF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF02; }
p { color: rgb(40,175,2); }
H1.HeaderClassName
{
color: #28AF02;
}
.AnyTagClassName
{
color: #28AF02;
}
</style>
background-color css
<style>
a { background-color: #28AF02; }
a { background-color: rgb(40,175,2); }
div.DivClassName
{
background-color: #28AF02;
}
.BgClassName
{
background-color: #28AF02;
}
</style>
border-color css
<style>
span { border-color: #28AF02; }
span { border-color: rgb(40,175,2); }
td.TdClassName
{
border-color: #28AF02;
}
.TagClassName
{
border-color: #28AF02;
}
</style>