Shades of Kelly Green #48A30B
Tints of Kelly Green #48A30B
RGB
CMYK
RGB Variations
Color information
#48A30B (or 0x48A30B) is known color: Kelly Green. HEX triplet: 48, A3 and 0B. RGB value is (72,163,11). Sum of RGB (Red+Green+Blue) = 72+163+11=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 163 (64.06% from 255 or 66.26% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 163 - color contains mainly: green. Hex color #48A30B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A30B is #B75CF4. Grayscale: #767676. Windows color (decimal): -12016885 or 762696. OLE color: 762696.
HSL color Cylindrical-coordinate representation of color #48A30B: hue angle of 95.92º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48A30B is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 163 | 11 | - |
| CMYK | 0.56 | 0 | 0.93 | 0.36 |
| HSL | 95.92º | 0.87% | 0.34% | - |
| HSV(B) | 95.92º | 0.93% | 0.64% | - |
| XYZ | 15.83 | 27.6 | 4.81 | - |
| YUV | 118.46 | 67.35 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 163 | 11 | 0.56 | 0 | 0.93 | 0.36 | 95.92 | 0.87 | 0.34 |
| Hex | 48 | A3 | B | 38 | 0 | 5D | 24 | 60 | 57 | 22 |
| Octal | 110 | 243 | 13 | 70 | 0 | 135 | 44 | 140 | 127 | 42 |
| Binary | 1001000 | 10100011 | 1011 | 111000 | 0 | 1011101 | 100100 | 1100000 | 1010111 | 100010 |
Color Harmonies of #48A30B
Complementary color
Monochromatic Colors of #48A30B
Black with #48A30B
Text Example
Text Example
White with #48A30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A30B; }
p { color: rgb(72,163,11); }
H1.HeaderClassName
{
color: #48A30B;
}
.AnyTagClassName
{
color: #48A30B;
}
</style>
background-color css
<style>
a { background-color: #48A30B; }
a { background-color: rgb(72,163,11); }
div.DivClassName
{
background-color: #48A30B;
}
.BgClassName
{
background-color: #48A30B;
}
</style>
border-color css
<style>
span { border-color: #48A30B; }
span { border-color: rgb(72,163,11); }
td.TdClassName
{
border-color: #48A30B;
}
.TagClassName
{
border-color: #48A30B;
}
</style>