Shades of Kelly Green #28B20D
Tints of Kelly Green #28B20D
RGB
CMYK
RGB Variations
Color information
#28B20D (or 0x28B20D) is known color: Kelly Green. HEX triplet: 28, B2 and 0D. RGB value is (40,178,13). Sum of RGB (Red+Green+Blue) = 40+178+13=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 178 (69.92% from 255 or 77.06% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 178 - color contains mainly: green. Hex color #28B20D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28B20D is #D74DF2. Grayscale: #767676. Windows color (decimal): -14110195 or 897576. OLE color: 897576.
HSL color Cylindrical-coordinate representation of color #28B20D: hue angle of 110.18º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28B20D is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 40 | 178 | 13 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.30 |
| HSL | 110.18º | 0.86% | 0.37% | - |
| HSV(B) | 110.18º | 0.93% | 0.7% | - |
| XYZ | 16.87 | 32.32 | 5.73 | - |
| YUV | 117.93 | 68.78 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 178 | 13 | 0.78 | 0 | 0.93 | 0.30 | 110.18 | 0.86 | 0.37 |
| Hex | 28 | B2 | D | 4E | 0 | 5D | 1E | 6E | 56 | 25 |
| Octal | 50 | 262 | 15 | 116 | 0 | 135 | 36 | 156 | 126 | 45 |
| Binary | 101000 | 10110010 | 1101 | 1001110 | 0 | 1011101 | 11110 | 1101110 | 1010110 | 100101 |
Color Harmonies of #28B20D
Complementary color
Monochromatic Colors of #28B20D
Black with #28B20D
Text Example
Text Example
White with #28B20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B20D; }
p { color: rgb(40,178,13); }
H1.HeaderClassName
{
color: #28B20D;
}
.AnyTagClassName
{
color: #28B20D;
}
</style>
background-color css
<style>
a { background-color: #28B20D; }
a { background-color: rgb(40,178,13); }
div.DivClassName
{
background-color: #28B20D;
}
.BgClassName
{
background-color: #28B20D;
}
</style>
border-color css
<style>
span { border-color: #28B20D; }
span { border-color: rgb(40,178,13); }
td.TdClassName
{
border-color: #28B20D;
}
.TagClassName
{
border-color: #28B20D;
}
</style>