Shades of Kelly Green #48B329
Tints of Kelly Green #48B329
RGB
CMYK
RGB Variations
Color information
#48B329 (or 0x48B329) is known color: Kelly Green. HEX triplet: 48, B3 and 29. RGB value is (72,179,41). Sum of RGB (Red+Green+Blue) = 72+179+41=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 179 (70.31% from 255 or 61.30% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 179 - color contains mainly: green. Hex color #48B329 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B329 is #B74CD6. Grayscale: #838383. Windows color (decimal): -12012759 or 2732872. OLE color: 2732872.
HSL color Cylindrical-coordinate representation of color #48B329: hue angle of 106.52º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48B329 is Cyan = 0.60, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 72 | 179 | 41 | - |
| CMYK | 0.60 | 0 | 0.77 | 0.30 |
| HSL | 106.52º | 0.63% | 0.43% | - |
| HSV(B) | 106.52º | 0.77% | 0.7% | - |
| XYZ | 19.19 | 33.78 | 7.61 | - |
| YUV | 131.28 | 77.05 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 179 | 41 | 0.60 | 0 | 0.77 | 0.30 | 106.52 | 0.63 | 0.43 |
| Hex | 48 | B3 | 29 | 3C | 0 | 4D | 1E | 6B | 3F | 2B |
| Octal | 110 | 263 | 51 | 74 | 0 | 115 | 36 | 153 | 77 | 53 |
| Binary | 1001000 | 10110011 | 101001 | 111100 | 0 | 1001101 | 11110 | 1101011 | 111111 | 101011 |
Color Harmonies of #48B329
Complementary color
Monochromatic Colors of #48B329
Black with #48B329
Text Example
Text Example
White with #48B329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48B329; }
p { color: rgb(72,179,41); }
H1.HeaderClassName
{
color: #48B329;
}
.AnyTagClassName
{
color: #48B329;
}
</style>
background-color css
<style>
a { background-color: #48B329; }
a { background-color: rgb(72,179,41); }
div.DivClassName
{
background-color: #48B329;
}
.BgClassName
{
background-color: #48B329;
}
</style>
border-color css
<style>
span { border-color: #48B329; }
span { border-color: rgb(72,179,41); }
td.TdClassName
{
border-color: #48B329;
}
.TagClassName
{
border-color: #48B329;
}
</style>