Shades of Kelly Green #2FA712
Tints of Kelly Green #2FA712
RGB
CMYK
RGB Variations
Color information
#2FA712 (or 0x2FA712) is known color: Kelly Green. HEX triplet: 2F, A7 and 12. RGB value is (47,167,18). Sum of RGB (Red+Green+Blue) = 47+167+18=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 167 (65.62% from 255 or 71.98% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 167 - color contains mainly: green. Hex color #2FA712 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA712 is #D058ED. Grayscale: #727272. Windows color (decimal): -13654254 or 1222447. OLE color: 1222447.
HSL color Cylindrical-coordinate representation of color #2FA712: hue angle of 108.32º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2FA712 is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 167 | 18 | - |
| CMYK | 0.72 | 0 | 0.89 | 0.35 |
| HSL | 108.32º | 0.81% | 0.36% | - |
| HSV(B) | 108.32º | 0.89% | 0.65% | - |
| XYZ | 15.1 | 28.29 | 5.24 | - |
| YUV | 114.13 | 73.74 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 167 | 18 | 0.72 | 0 | 0.89 | 0.35 | 108.32 | 0.81 | 0.36 |
| Hex | 2F | A7 | 12 | 48 | 0 | 59 | 23 | 6C | 51 | 24 |
| Octal | 57 | 247 | 22 | 110 | 0 | 131 | 43 | 154 | 121 | 44 |
| Binary | 101111 | 10100111 | 10010 | 1001000 | 0 | 1011001 | 100011 | 1101100 | 1010001 | 100100 |
Color Harmonies of #2FA712
Complementary color
Monochromatic Colors of #2FA712
Black with #2FA712
Text Example
Text Example
White with #2FA712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA712; }
p { color: rgb(47,167,18); }
H1.HeaderClassName
{
color: #2FA712;
}
.AnyTagClassName
{
color: #2FA712;
}
</style>
background-color css
<style>
a { background-color: #2FA712; }
a { background-color: rgb(47,167,18); }
div.DivClassName
{
background-color: #2FA712;
}
.BgClassName
{
background-color: #2FA712;
}
</style>
border-color css
<style>
span { border-color: #2FA712; }
span { border-color: rgb(47,167,18); }
td.TdClassName
{
border-color: #2FA712;
}
.TagClassName
{
border-color: #2FA712;
}
</style>