Shades of Kelly Green #48A629
Tints of Kelly Green #48A629
RGB
CMYK
RGB Variations
Color information
#48A629 (or 0x48A629) is known color: Kelly Green. HEX triplet: 48, A6 and 29. RGB value is (72,166,41). Sum of RGB (Red+Green+Blue) = 72+166+41=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 166 (65.23% from 255 or 59.50% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 166 - color contains mainly: green. Hex color #48A629 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A629 is #B759D6. Grayscale: #7C7C7C. Windows color (decimal): -12016087 or 2729544. OLE color: 2729544.
HSL color Cylindrical-coordinate representation of color #48A629: hue angle of 105.12º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48A629 is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 72 | 166 | 41 | - |
| CMYK | 0.57 | 0 | 0.75 | 0.35 |
| HSL | 105.12º | 0.6% | 0.41% | - |
| HSV(B) | 105.12º | 0.75% | 0.65% | - |
| XYZ | 16.71 | 28.81 | 6.78 | - |
| YUV | 123.64 | 81.36 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 166 | 41 | 0.57 | 0 | 0.75 | 0.35 | 105.12 | 0.6 | 0.41 |
| Hex | 48 | A6 | 29 | 39 | 0 | 4B | 23 | 69 | 3C | 29 |
| Octal | 110 | 246 | 51 | 71 | 0 | 113 | 43 | 151 | 74 | 51 |
| Binary | 1001000 | 10100110 | 101001 | 111001 | 0 | 1001011 | 100011 | 1101001 | 111100 | 101001 |
Color Harmonies of #48A629
Complementary color
Monochromatic Colors of #48A629
Black with #48A629
Text Example
Text Example
White with #48A629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A629; }
p { color: rgb(72,166,41); }
H1.HeaderClassName
{
color: #48A629;
}
.AnyTagClassName
{
color: #48A629;
}
</style>
background-color css
<style>
a { background-color: #48A629; }
a { background-color: rgb(72,166,41); }
div.DivClassName
{
background-color: #48A629;
}
.BgClassName
{
background-color: #48A629;
}
</style>
border-color css
<style>
span { border-color: #48A629; }
span { border-color: rgb(72,166,41); }
td.TdClassName
{
border-color: #48A629;
}
.TagClassName
{
border-color: #48A629;
}
</style>