Shades of Kelly Green #2FA809
Tints of Kelly Green #2FA809
RGB
CMYK
RGB Variations
Color information
#2FA809 (or 0x2FA809) is known color: Kelly Green. HEX triplet: 2F, A8 and 09. RGB value is (47,168,9). Sum of RGB (Red+Green+Blue) = 47+168+9=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 168 (66.02% from 255 or 75% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 168 - color contains mainly: green. Hex color #2FA809 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA809 is #D057F6. Grayscale: #727272. Windows color (decimal): -13654007 or 632879. OLE color: 632879.
HSL color Cylindrical-coordinate representation of color #2FA809: hue angle of 105.66º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2FA809 is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 47 | 168 | 9 | - |
| CMYK | 0.72 | 0 | 0.95 | 0.34 |
| HSL | 105.66º | 0.9% | 0.35% | - |
| HSV(B) | 105.66º | 0.95% | 0.66% | - |
| XYZ | 15.22 | 28.63 | 4.98 | - |
| YUV | 113.7 | 68.91 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 168 | 9 | 0.72 | 0 | 0.95 | 0.34 | 105.66 | 0.9 | 0.35 |
| Hex | 2F | A8 | 9 | 48 | 0 | 5F | 22 | 6A | 5A | 23 |
| Octal | 57 | 250 | 11 | 110 | 0 | 137 | 42 | 152 | 132 | 43 |
| Binary | 101111 | 10101000 | 1001 | 1001000 | 0 | 1011111 | 100010 | 1101010 | 1011010 | 100011 |
Color Harmonies of #2FA809
Complementary color
Monochromatic Colors of #2FA809
Black with #2FA809
Text Example
Text Example
White with #2FA809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA809; }
p { color: rgb(47,168,9); }
H1.HeaderClassName
{
color: #2FA809;
}
.AnyTagClassName
{
color: #2FA809;
}
</style>
background-color css
<style>
a { background-color: #2FA809; }
a { background-color: rgb(47,168,9); }
div.DivClassName
{
background-color: #2FA809;
}
.BgClassName
{
background-color: #2FA809;
}
</style>
border-color css
<style>
span { border-color: #2FA809; }
span { border-color: rgb(47,168,9); }
td.TdClassName
{
border-color: #2FA809;
}
.TagClassName
{
border-color: #2FA809;
}
</style>