Shades of Kelly Green #48A72C
Tints of Kelly Green #48A72C
RGB
CMYK
RGB Variations
Color information
#48A72C (or 0x48A72C) is known color: Kelly Green. HEX triplet: 48, A7 and 2C. RGB value is (72,167,44). Sum of RGB (Red+Green+Blue) = 72+167+44=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 167 (65.62% from 255 or 59.01% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 167 - color contains mainly: green. Hex color #48A72C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A72C is #B758D3. Grayscale: #7C7C7C. Windows color (decimal): -12015828 or 2926408. OLE color: 2926408.
HSL color Cylindrical-coordinate representation of color #48A72C: hue angle of 106.34º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48A72C is Cyan = 0.57, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 72 | 167 | 44 | - |
| CMYK | 0.57 | 0 | 0.74 | 0.35 |
| HSL | 106.34º | 0.58% | 0.41% | - |
| HSV(B) | 106.34º | 0.74% | 0.65% | - |
| XYZ | 16.95 | 29.2 | 7.13 | - |
| YUV | 124.57 | 82.53 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 167 | 44 | 0.57 | 0 | 0.74 | 0.35 | 106.34 | 0.58 | 0.41 |
| Hex | 48 | A7 | 2C | 39 | 0 | 4A | 23 | 6A | 3A | 29 |
| Octal | 110 | 247 | 54 | 71 | 0 | 112 | 43 | 152 | 72 | 51 |
| Binary | 1001000 | 10100111 | 101100 | 111001 | 0 | 1001010 | 100011 | 1101010 | 111010 | 101001 |
Color Harmonies of #48A72C
Complementary color
Monochromatic Colors of #48A72C
Black with #48A72C
Text Example
Text Example
White with #48A72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A72C; }
p { color: rgb(72,167,44); }
H1.HeaderClassName
{
color: #48A72C;
}
.AnyTagClassName
{
color: #48A72C;
}
</style>
background-color css
<style>
a { background-color: #48A72C; }
a { background-color: rgb(72,167,44); }
div.DivClassName
{
background-color: #48A72C;
}
.BgClassName
{
background-color: #48A72C;
}
</style>
border-color css
<style>
span { border-color: #48A72C; }
span { border-color: rgb(72,167,44); }
td.TdClassName
{
border-color: #48A72C;
}
.TagClassName
{
border-color: #48A72C;
}
</style>