Shades of Kelly Green #2FA711
Tints of Kelly Green #2FA711
RGB
CMYK
RGB Variations
Color information
#2FA711 (or 0x2FA711) is known color: Kelly Green. HEX triplet: 2F, A7 and 11. RGB value is (47,167,17). Sum of RGB (Red+Green+Blue) = 47+167+17=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 167 (65.62% from 255 or 72.29% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 167 - color contains mainly: green. Hex color #2FA711 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA711 is #D058EE. Grayscale: #727272. Windows color (decimal): -13654255 or 1156911. OLE color: 1156911.
HSL color Cylindrical-coordinate representation of color #2FA711: hue angle of 108º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FA711 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 167 | 17 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.35 |
| HSL | 108º | 0.82% | 0.36% | - |
| HSV(B) | 108º | 0.9% | 0.65% | - |
| XYZ | 15.09 | 28.28 | 5.19 | - |
| YUV | 114.02 | 73.24 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 167 | 17 | 0.72 | 0 | 0.90 | 0.35 | 108 | 0.82 | 0.36 |
| Hex | 2F | A7 | 11 | 48 | 0 | 5A | 23 | 6C | 52 | 24 |
| Octal | 57 | 247 | 21 | 110 | 0 | 132 | 43 | 154 | 122 | 44 |
| Binary | 101111 | 10100111 | 10001 | 1001000 | 0 | 1011010 | 100011 | 1101100 | 1010010 | 100100 |
Color Harmonies of #2FA711
Complementary color
Monochromatic Colors of #2FA711
Black with #2FA711
Text Example
Text Example
White with #2FA711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA711; }
p { color: rgb(47,167,17); }
H1.HeaderClassName
{
color: #2FA711;
}
.AnyTagClassName
{
color: #2FA711;
}
</style>
background-color css
<style>
a { background-color: #2FA711; }
a { background-color: rgb(47,167,17); }
div.DivClassName
{
background-color: #2FA711;
}
.BgClassName
{
background-color: #2FA711;
}
</style>
border-color css
<style>
span { border-color: #2FA711; }
span { border-color: rgb(47,167,17); }
td.TdClassName
{
border-color: #2FA711;
}
.TagClassName
{
border-color: #2FA711;
}
</style>