Shades of Kelly Green #2FA507
Tints of Kelly Green #2FA507
RGB
CMYK
RGB Variations
Color information
#2FA507 (or 0x2FA507) is known color: Kelly Green. HEX triplet: 2F, A5 and 07. RGB value is (47,165,7). Sum of RGB (Red+Green+Blue) = 47+165+7=219 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.46% from 219); Green value is 165 (64.84% from 255 or 75.34% from 219); Blue value is 7 (3.12% from 255 or 3.20% from 219); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA507 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA507 is #D05AF8. Grayscale: #707070. Windows color (decimal): -13654777 or 501039. OLE color: 501039.
HSL color Cylindrical-coordinate representation of color #2FA507: hue angle of 104.81º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FA507 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 47 | 165 | 7 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.35 |
| HSL | 104.81º | 0.92% | 0.34% | - |
| HSV(B) | 104.81º | 0.96% | 0.65% | - |
| XYZ | 14.67 | 27.53 | 4.74 | - |
| YUV | 111.71 | 68.91 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 165 | 7 | 0.72 | 0 | 0.96 | 0.35 | 104.81 | 0.92 | 0.34 |
| Hex | 2F | A5 | 7 | 48 | 0 | 60 | 23 | 69 | 5C | 22 |
| Octal | 57 | 245 | 7 | 110 | 0 | 140 | 43 | 151 | 134 | 42 |
| Binary | 101111 | 10100101 | 111 | 1001000 | 0 | 1100000 | 100011 | 1101001 | 1011100 | 100010 |
Color Harmonies of #2FA507
Complementary color
Monochromatic Colors of #2FA507
Black with #2FA507
Text Example
Text Example
White with #2FA507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA507; }
p { color: rgb(47,165,7); }
H1.HeaderClassName
{
color: #2FA507;
}
.AnyTagClassName
{
color: #2FA507;
}
</style>
background-color css
<style>
a { background-color: #2FA507; }
a { background-color: rgb(47,165,7); }
div.DivClassName
{
background-color: #2FA507;
}
.BgClassName
{
background-color: #2FA507;
}
</style>
border-color css
<style>
span { border-color: #2FA507; }
span { border-color: rgb(47,165,7); }
td.TdClassName
{
border-color: #2FA507;
}
.TagClassName
{
border-color: #2FA507;
}
</style>