Shades of Kelly Green #2FA309
Tints of Kelly Green #2FA309
RGB
CMYK
RGB Variations
Color information
#2FA309 (or 0x2FA309) is known color: Kelly Green. HEX triplet: 2F, A3 and 09. RGB value is (47,163,9). Sum of RGB (Red+Green+Blue) = 47+163+9=219 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.46% from 219); Green value is 163 (64.06% from 255 or 74.43% from 219); Blue value is 9 (3.91% from 255 or 4.11% from 219); Max value from RGB is 163 - color contains mainly: green. Hex color #2FA309 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA309 is #D05CF6. Grayscale: #6F6F6F. Windows color (decimal): -13655287 or 631599. OLE color: 631599.
HSL color Cylindrical-coordinate representation of color #2FA309: hue angle of 105.19º degrees, saturation: 0.9, 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 #2FA309 is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 163 | 9 | - |
| CMYK | 0.71 | 0 | 0.94 | 0.36 |
| HSL | 105.19º | 0.9% | 0.34% | - |
| HSV(B) | 105.19º | 0.94% | 0.64% | - |
| XYZ | 14.32 | 26.82 | 4.68 | - |
| YUV | 110.76 | 70.57 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 163 | 9 | 0.71 | 0 | 0.94 | 0.36 | 105.19 | 0.9 | 0.34 |
| Hex | 2F | A3 | 9 | 47 | 0 | 5E | 24 | 69 | 5A | 22 |
| Octal | 57 | 243 | 11 | 107 | 0 | 136 | 44 | 151 | 132 | 42 |
| Binary | 101111 | 10100011 | 1001 | 1000111 | 0 | 1011110 | 100100 | 1101001 | 1011010 | 100010 |
Color Harmonies of #2FA309
Complementary color
Monochromatic Colors of #2FA309
Black with #2FA309
Text Example
Text Example
White with #2FA309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA309; }
p { color: rgb(47,163,9); }
H1.HeaderClassName
{
color: #2FA309;
}
.AnyTagClassName
{
color: #2FA309;
}
</style>
background-color css
<style>
a { background-color: #2FA309; }
a { background-color: rgb(47,163,9); }
div.DivClassName
{
background-color: #2FA309;
}
.BgClassName
{
background-color: #2FA309;
}
</style>
border-color css
<style>
span { border-color: #2FA309; }
span { border-color: rgb(47,163,9); }
td.TdClassName
{
border-color: #2FA309;
}
.TagClassName
{
border-color: #2FA309;
}
</style>