Shades of Kelly Green #2FA913
Tints of Kelly Green #2FA913
RGB
CMYK
RGB Variations
Color information
#2FA913 (or 0x2FA913) is known color: Kelly Green. HEX triplet: 2F, A9 and 13. RGB value is (47,169,19). Sum of RGB (Red+Green+Blue) = 47+169+19=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 169 (66.41% from 255 or 71.91% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 169 - color contains mainly: green. Hex color #2FA913 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA913 is #D056EC. Grayscale: #737373. Windows color (decimal): -13653741 or 1288495. OLE color: 1288495.
HSL color Cylindrical-coordinate representation of color #2FA913: hue angle of 108.8º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2FA913 is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 47 | 169 | 19 | - |
| CMYK | 0.72 | 0 | 0.89 | 0.34 |
| HSL | 108.8º | 0.8% | 0.37% | - |
| HSV(B) | 108.8º | 0.89% | 0.66% | - |
| XYZ | 15.48 | 29.03 | 5.4 | - |
| YUV | 115.42 | 73.58 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 169 | 19 | 0.72 | 0 | 0.89 | 0.34 | 108.8 | 0.8 | 0.37 |
| Hex | 2F | A9 | 13 | 48 | 0 | 59 | 22 | 6D | 50 | 25 |
| Octal | 57 | 251 | 23 | 110 | 0 | 131 | 42 | 155 | 120 | 45 |
| Binary | 101111 | 10101001 | 10011 | 1001000 | 0 | 1011001 | 100010 | 1101101 | 1010000 | 100101 |
Color Harmonies of #2FA913
Complementary color
Monochromatic Colors of #2FA913
Black with #2FA913
Text Example
Text Example
White with #2FA913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA913; }
p { color: rgb(47,169,19); }
H1.HeaderClassName
{
color: #2FA913;
}
.AnyTagClassName
{
color: #2FA913;
}
</style>
background-color css
<style>
a { background-color: #2FA913; }
a { background-color: rgb(47,169,19); }
div.DivClassName
{
background-color: #2FA913;
}
.BgClassName
{
background-color: #2FA913;
}
</style>
border-color css
<style>
span { border-color: #2FA913; }
span { border-color: rgb(47,169,19); }
td.TdClassName
{
border-color: #2FA913;
}
.TagClassName
{
border-color: #2FA913;
}
</style>