Shades of Kelly Green #2FA510
Tints of Kelly Green #2FA510
RGB
CMYK
RGB Variations
Color information
#2FA510 (or 0x2FA510) is known color: Kelly Green. HEX triplet: 2F, A5 and 10. RGB value is (47,165,16). Sum of RGB (Red+Green+Blue) = 47+165+16=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 165 (64.84% from 255 or 72.37% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA510 is #D05AEF. Grayscale: #717171. Windows color (decimal): -13654768 or 1090863. OLE color: 1090863.
HSL color Cylindrical-coordinate representation of color #2FA510: hue angle of 107.52º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FA510 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 165 | 16 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.35 |
| HSL | 107.52º | 0.82% | 0.35% | - |
| HSV(B) | 107.52º | 0.9% | 0.65% | - |
| XYZ | 14.72 | 27.55 | 5.03 | - |
| YUV | 112.73 | 73.41 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 165 | 16 | 0.72 | 0 | 0.90 | 0.35 | 107.52 | 0.82 | 0.35 |
| Hex | 2F | A5 | 10 | 48 | 0 | 5A | 23 | 6C | 52 | 23 |
| Octal | 57 | 245 | 20 | 110 | 0 | 132 | 43 | 154 | 122 | 43 |
| Binary | 101111 | 10100101 | 10000 | 1001000 | 0 | 1011010 | 100011 | 1101100 | 1010010 | 100011 |
Color Harmonies of #2FA510
Complementary color
Monochromatic Colors of #2FA510
Black with #2FA510
Text Example
Text Example
White with #2FA510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA510; }
p { color: rgb(47,165,16); }
H1.HeaderClassName
{
color: #2FA510;
}
.AnyTagClassName
{
color: #2FA510;
}
</style>
background-color css
<style>
a { background-color: #2FA510; }
a { background-color: rgb(47,165,16); }
div.DivClassName
{
background-color: #2FA510;
}
.BgClassName
{
background-color: #2FA510;
}
</style>
border-color css
<style>
span { border-color: #2FA510; }
span { border-color: rgb(47,165,16); }
td.TdClassName
{
border-color: #2FA510;
}
.TagClassName
{
border-color: #2FA510;
}
</style>