Shades of Kelly Green #48C028
Tints of Kelly Green #48C028
RGB
CMYK
RGB Variations
Color information
#48C028 (or 0x48C028) is known color: Kelly Green. HEX triplet: 48, C0 and 28. RGB value is (72,192,40). Sum of RGB (Red+Green+Blue) = 72+192+40=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 192 (75.39% from 255 or 63.16% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 192 - color contains mainly: green. Hex color #48C028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C028 is #B73FD7. Grayscale: #8B8B8B. Windows color (decimal): -12009432 or 2670664. OLE color: 2670664.
HSL color Cylindrical-coordinate representation of color #48C028: hue angle of 107.37º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48C028 is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 192 | 40 | - |
| CMYK | 0.63 | 0 | 0.79 | 0.25 |
| HSL | 107.37º | 0.66% | 0.45% | - |
| HSV(B) | 107.37º | 0.79% | 0.75% | - |
| XYZ | 21.91 | 39.23 | 8.43 | - |
| YUV | 138.79 | 72.24 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 192 | 40 | 0.63 | 0 | 0.79 | 0.25 | 107.37 | 0.66 | 0.45 |
| Hex | 48 | C0 | 28 | 3F | 0 | 4F | 19 | 6B | 42 | 2D |
| Octal | 110 | 300 | 50 | 77 | 0 | 117 | 31 | 153 | 102 | 55 |
| Binary | 1001000 | 11000000 | 101000 | 111111 | 0 | 1001111 | 11001 | 1101011 | 1000010 | 101101 |
Color Harmonies of #48C028
Complementary color
Monochromatic Colors of #48C028
Black with #48C028
Text Example
Text Example
White with #48C028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C028; }
p { color: rgb(72,192,40); }
H1.HeaderClassName
{
color: #48C028;
}
.AnyTagClassName
{
color: #48C028;
}
</style>
background-color css
<style>
a { background-color: #48C028; }
a { background-color: rgb(72,192,40); }
div.DivClassName
{
background-color: #48C028;
}
.BgClassName
{
background-color: #48C028;
}
</style>
border-color css
<style>
span { border-color: #48C028; }
span { border-color: rgb(72,192,40); }
td.TdClassName
{
border-color: #48C028;
}
.TagClassName
{
border-color: #48C028;
}
</style>