Shades of Kelly Green #49C029
Tints of Kelly Green #49C029
RGB
CMYK
RGB Variations
Color information
#49C029 (or 0x49C029) is known color: Kelly Green. HEX triplet: 49, C0 and 29. RGB value is (73,192,41). Sum of RGB (Red+Green+Blue) = 73+192+41=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 192 (75.39% from 255 or 62.75% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 192 - color contains mainly: green. Hex color #49C029 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C029 is #B63FD6. Grayscale: #8B8B8B. Windows color (decimal): -11943895 or 2736201. OLE color: 2736201.
HSL color Cylindrical-coordinate representation of color #49C029: hue angle of 107.28º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49C029 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 41 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.25 |
| HSL | 107.28º | 0.65% | 0.46% | - |
| HSV(B) | 107.28º | 0.79% | 0.75% | - |
| XYZ | 22 | 39.28 | 8.52 | - |
| YUV | 139.21 | 72.58 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 41 | 0.62 | 0 | 0.79 | 0.25 | 107.28 | 0.65 | 0.46 |
| Hex | 49 | C0 | 29 | 3E | 0 | 4F | 19 | 6B | 41 | 2E |
| Octal | 111 | 300 | 51 | 76 | 0 | 117 | 31 | 153 | 101 | 56 |
| Binary | 1001001 | 11000000 | 101001 | 111110 | 0 | 1001111 | 11001 | 1101011 | 1000001 | 101110 |
Color Harmonies of #49C029
Complementary color
Monochromatic Colors of #49C029
Black with #49C029
Text Example
Text Example
White with #49C029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C029; }
p { color: rgb(73,192,41); }
H1.HeaderClassName
{
color: #49C029;
}
.AnyTagClassName
{
color: #49C029;
}
</style>
background-color css
<style>
a { background-color: #49C029; }
a { background-color: rgb(73,192,41); }
div.DivClassName
{
background-color: #49C029;
}
.BgClassName
{
background-color: #49C029;
}
</style>
border-color css
<style>
span { border-color: #49C029; }
span { border-color: rgb(73,192,41); }
td.TdClassName
{
border-color: #49C029;
}
.TagClassName
{
border-color: #49C029;
}
</style>