Shades of Kelly Green #49AF2D
Tints of Kelly Green #49AF2D
RGB
CMYK
RGB Variations
Color information
#49AF2D (or 0x49AF2D) is known color: Kelly Green. HEX triplet: 49, AF and 2D. RGB value is (73,175,45). Sum of RGB (Red+Green+Blue) = 73+175+45=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 175 (68.75% from 255 or 59.73% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AF2D is #B650D2. Grayscale: #828282. Windows color (decimal): -11948243 or 2993993. OLE color: 2993993.
HSL color Cylindrical-coordinate representation of color #49AF2D: hue angle of 107.08º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49AF2D is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 175 | 45 | - |
| CMYK | 0.58 | 0 | 0.74 | 0.31 |
| HSL | 107.08º | 0.59% | 0.43% | - |
| HSV(B) | 107.08º | 0.74% | 0.69% | - |
| XYZ | 18.55 | 32.27 | 7.73 | - |
| YUV | 129.68 | 80.21 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 45 | 0.58 | 0 | 0.74 | 0.31 | 107.08 | 0.59 | 0.43 |
| Hex | 49 | AF | 2D | 3A | 0 | 4A | 1F | 6B | 3B | 2B |
| Octal | 111 | 257 | 55 | 72 | 0 | 112 | 37 | 153 | 73 | 53 |
| Binary | 1001001 | 10101111 | 101101 | 111010 | 0 | 1001010 | 11111 | 1101011 | 111011 | 101011 |
Color Harmonies of #49AF2D
Complementary color
Monochromatic Colors of #49AF2D
Black with #49AF2D
Text Example
Text Example
White with #49AF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AF2D; }
p { color: rgb(73,175,45); }
H1.HeaderClassName
{
color: #49AF2D;
}
.AnyTagClassName
{
color: #49AF2D;
}
</style>
background-color css
<style>
a { background-color: #49AF2D; }
a { background-color: rgb(73,175,45); }
div.DivClassName
{
background-color: #49AF2D;
}
.BgClassName
{
background-color: #49AF2D;
}
</style>
border-color css
<style>
span { border-color: #49AF2D; }
span { border-color: rgb(73,175,45); }
td.TdClassName
{
border-color: #49AF2D;
}
.TagClassName
{
border-color: #49AF2D;
}
</style>