Shades of Kelly Green #28A905
Tints of Kelly Green #28A905
RGB
CMYK
RGB Variations
Color information
#28A905 (or 0x28A905) is known color: Kelly Green. HEX triplet: 28, A9 and 05. RGB value is (40,169,5). Sum of RGB (Red+Green+Blue) = 40+169+5=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 169 (66.41% from 255 or 78.97% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 169 - color contains mainly: green. Hex color #28A905 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28A905 is #D756FA. Grayscale: #707070. Windows color (decimal): -14112507 or 370984. OLE color: 370984.
HSL color Cylindrical-coordinate representation of color #28A905: hue angle of 107.2º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28A905 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 169 | 5 | - |
| CMYK | 0.76 | 0 | 0.97 | 0.34 |
| HSL | 107.2º | 0.94% | 0.34% | - |
| HSV(B) | 107.2º | 0.97% | 0.66% | - |
| XYZ | 15.09 | 28.84 | 4.91 | - |
| YUV | 111.73 | 67.76 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 169 | 5 | 0.76 | 0 | 0.97 | 0.34 | 107.2 | 0.94 | 0.34 |
| Hex | 28 | A9 | 5 | 4C | 0 | 61 | 22 | 6B | 5E | 22 |
| Octal | 50 | 251 | 5 | 114 | 0 | 141 | 42 | 153 | 136 | 42 |
| Binary | 101000 | 10101001 | 101 | 1001100 | 0 | 1100001 | 100010 | 1101011 | 1011110 | 100010 |
Color Harmonies of #28A905
Complementary color
Monochromatic Colors of #28A905
Black with #28A905
Text Example
Text Example
White with #28A905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A905; }
p { color: rgb(40,169,5); }
H1.HeaderClassName
{
color: #28A905;
}
.AnyTagClassName
{
color: #28A905;
}
</style>
background-color css
<style>
a { background-color: #28A905; }
a { background-color: rgb(40,169,5); }
div.DivClassName
{
background-color: #28A905;
}
.BgClassName
{
background-color: #28A905;
}
</style>
border-color css
<style>
span { border-color: #28A905; }
span { border-color: rgb(40,169,5); }
td.TdClassName
{
border-color: #28A905;
}
.TagClassName
{
border-color: #28A905;
}
</style>