Shades of Kelly Green #2FA209
Tints of Kelly Green #2FA209
RGB
CMYK
RGB Variations
Color information
#2FA209 (or 0x2FA209) is known color: Kelly Green. HEX triplet: 2F, A2 and 09. RGB value is (47,162,9). Sum of RGB (Red+Green+Blue) = 47+162+9=218 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.56% from 218); Green value is 162 (63.67% from 255 or 74.31% from 218); Blue value is 9 (3.91% from 255 or 4.13% from 218); Max value from RGB is 162 - color contains mainly: green. Hex color #2FA209 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA209 is #D05DF6. Grayscale: #6E6E6E. Windows color (decimal): -13655543 or 631343. OLE color: 631343.
HSL color Cylindrical-coordinate representation of color #2FA209: hue angle of 105.1º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2FA209 is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 162 | 9 | - |
| CMYK | 0.71 | 0 | 0.94 | 0.36 |
| HSL | 105.1º | 0.89% | 0.34% | - |
| HSV(B) | 105.1º | 0.94% | 0.64% | - |
| XYZ | 14.14 | 26.46 | 4.62 | - |
| YUV | 110.17 | 70.9 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 162 | 9 | 0.71 | 0 | 0.94 | 0.36 | 105.1 | 0.89 | 0.34 |
| Hex | 2F | A2 | 9 | 47 | 0 | 5E | 24 | 69 | 59 | 22 |
| Octal | 57 | 242 | 11 | 107 | 0 | 136 | 44 | 151 | 131 | 42 |
| Binary | 101111 | 10100010 | 1001 | 1000111 | 0 | 1011110 | 100100 | 1101001 | 1011001 | 100010 |
Color Harmonies of #2FA209
Complementary color
Monochromatic Colors of #2FA209
Black with #2FA209
Text Example
Text Example
White with #2FA209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA209; }
p { color: rgb(47,162,9); }
H1.HeaderClassName
{
color: #2FA209;
}
.AnyTagClassName
{
color: #2FA209;
}
</style>
background-color css
<style>
a { background-color: #2FA209; }
a { background-color: rgb(47,162,9); }
div.DivClassName
{
background-color: #2FA209;
}
.BgClassName
{
background-color: #2FA209;
}
</style>
border-color css
<style>
span { border-color: #2FA209; }
span { border-color: rgb(47,162,9); }
td.TdClassName
{
border-color: #2FA209;
}
.TagClassName
{
border-color: #2FA209;
}
</style>