Shades of Kelly Green #48AA32
Tints of Kelly Green #48AA32
RGB
CMYK
RGB Variations
Color information
#48AA32 (or 0x48AA32) is known color: Kelly Green. HEX triplet: 48, AA and 32. RGB value is (72,170,50). Sum of RGB (Red+Green+Blue) = 72+170+50=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 170 (66.80% from 255 or 58.22% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AA32 is #B755CD. Grayscale: #7F7F7F. Windows color (decimal): -12015054 or 3320392. OLE color: 3320392.
HSL color Cylindrical-coordinate representation of color #48AA32: hue angle of 109º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48AA32 is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 170 | 50 | - |
| CMYK | 0.58 | 0 | 0.71 | 0.33 |
| HSL | 109º | 0.55% | 0.43% | - |
| HSV(B) | 109º | 0.71% | 0.67% | - |
| XYZ | 17.62 | 30.36 | 7.95 | - |
| YUV | 127.02 | 84.53 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 170 | 50 | 0.58 | 0 | 0.71 | 0.33 | 109 | 0.55 | 0.43 |
| Hex | 48 | AA | 32 | 3A | 0 | 47 | 21 | 6D | 37 | 2B |
| Octal | 110 | 252 | 62 | 72 | 0 | 107 | 41 | 155 | 67 | 53 |
| Binary | 1001000 | 10101010 | 110010 | 111010 | 0 | 1000111 | 100001 | 1101101 | 110111 | 101011 |
Color Harmonies of #48AA32
Complementary color
Monochromatic Colors of #48AA32
Black with #48AA32
Text Example
Text Example
White with #48AA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AA32; }
p { color: rgb(72,170,50); }
H1.HeaderClassName
{
color: #48AA32;
}
.AnyTagClassName
{
color: #48AA32;
}
</style>
background-color css
<style>
a { background-color: #48AA32; }
a { background-color: rgb(72,170,50); }
div.DivClassName
{
background-color: #48AA32;
}
.BgClassName
{
background-color: #48AA32;
}
</style>
border-color css
<style>
span { border-color: #48AA32; }
span { border-color: rgb(72,170,50); }
td.TdClassName
{
border-color: #48AA32;
}
.TagClassName
{
border-color: #48AA32;
}
</style>