Shades of Kelly Green #28B10C
Tints of Kelly Green #28B10C
RGB
CMYK
RGB Variations
Color information
#28B10C (or 0x28B10C) is known color: Kelly Green. HEX triplet: 28, B1 and 0C. RGB value is (40,177,12). Sum of RGB (Red+Green+Blue) = 40+177+12=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 177 (69.53% from 255 or 77.29% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 177 - color contains mainly: green. Hex color #28B10C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28B10C is #D74EF3. Grayscale: #757575. Windows color (decimal): -14110452 or 831784. OLE color: 831784.
HSL color Cylindrical-coordinate representation of color #28B10C: hue angle of 109.82º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28B10C is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 177 | 12 | - |
| CMYK | 0.77 | 0 | 0.93 | 0.31 |
| HSL | 109.82º | 0.87% | 0.37% | - |
| HSV(B) | 109.82º | 0.93% | 0.69% | - |
| XYZ | 16.66 | 31.92 | 5.63 | - |
| YUV | 117.23 | 68.61 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 177 | 12 | 0.77 | 0 | 0.93 | 0.31 | 109.82 | 0.87 | 0.37 |
| Hex | 28 | B1 | C | 4D | 0 | 5D | 1F | 6E | 57 | 25 |
| Octal | 50 | 261 | 14 | 115 | 0 | 135 | 37 | 156 | 127 | 45 |
| Binary | 101000 | 10110001 | 1100 | 1001101 | 0 | 1011101 | 11111 | 1101110 | 1010111 | 100101 |
Color Harmonies of #28B10C
Complementary color
Monochromatic Colors of #28B10C
Black with #28B10C
Text Example
Text Example
White with #28B10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B10C; }
p { color: rgb(40,177,12); }
H1.HeaderClassName
{
color: #28B10C;
}
.AnyTagClassName
{
color: #28B10C;
}
</style>
background-color css
<style>
a { background-color: #28B10C; }
a { background-color: rgb(40,177,12); }
div.DivClassName
{
background-color: #28B10C;
}
.BgClassName
{
background-color: #28B10C;
}
</style>
border-color css
<style>
span { border-color: #28B10C; }
span { border-color: rgb(40,177,12); }
td.TdClassName
{
border-color: #28B10C;
}
.TagClassName
{
border-color: #28B10C;
}
</style>