Shades of Kelly Green #49AA30
Tints of Kelly Green #49AA30
RGB
CMYK
RGB Variations
Color information
#49AA30 (or 0x49AA30) is known color: Kelly Green. HEX triplet: 49, AA and 30. RGB value is (73,170,48). Sum of RGB (Red+Green+Blue) = 73+170+48=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 170 (66.80% from 255 or 58.42% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AA30 is #B655CF. Grayscale: #7F7F7F. Windows color (decimal): -11949520 or 3189321. OLE color: 3189321.
HSL color Cylindrical-coordinate representation of color #49AA30: hue angle of 107.7º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49AA30 is Cyan = 0.57, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 170 | 48 | - |
| CMYK | 0.57 | 0 | 0.72 | 0.33 |
| HSL | 107.7º | 0.56% | 0.43% | - |
| HSV(B) | 107.7º | 0.72% | 0.67% | - |
| XYZ | 17.66 | 30.38 | 7.73 | - |
| YUV | 127.09 | 83.36 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 170 | 48 | 0.57 | 0 | 0.72 | 0.33 | 107.7 | 0.56 | 0.43 |
| Hex | 49 | AA | 30 | 39 | 0 | 48 | 21 | 6C | 38 | 2B |
| Octal | 111 | 252 | 60 | 71 | 0 | 110 | 41 | 154 | 70 | 53 |
| Binary | 1001001 | 10101010 | 110000 | 111001 | 0 | 1001000 | 100001 | 1101100 | 111000 | 101011 |
Color Harmonies of #49AA30
Complementary color
Monochromatic Colors of #49AA30
Black with #49AA30
Text Example
Text Example
White with #49AA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AA30; }
p { color: rgb(73,170,48); }
H1.HeaderClassName
{
color: #49AA30;
}
.AnyTagClassName
{
color: #49AA30;
}
</style>
background-color css
<style>
a { background-color: #49AA30; }
a { background-color: rgb(73,170,48); }
div.DivClassName
{
background-color: #49AA30;
}
.BgClassName
{
background-color: #49AA30;
}
</style>
border-color css
<style>
span { border-color: #49AA30; }
span { border-color: rgb(73,170,48); }
td.TdClassName
{
border-color: #49AA30;
}
.TagClassName
{
border-color: #49AA30;
}
</style>