Shades of Kelly Green #2FAA0F
Tints of Kelly Green #2FAA0F
RGB
CMYK
RGB Variations
Color information
#2FAA0F (or 0x2FAA0F) is known color: Kelly Green. HEX triplet: 2F, AA and 0F. RGB value is (47,170,15). Sum of RGB (Red+Green+Blue) = 47+170+15=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 170 (66.80% from 255 or 73.28% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAA0F is #D055F0. Grayscale: #747474. Windows color (decimal): -13653489 or 1026607. OLE color: 1026607.
HSL color Cylindrical-coordinate representation of color #2FAA0F: hue angle of 107.61º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FAA0F is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 170 | 15 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.33 |
| HSL | 107.61º | 0.84% | 0.36% | - |
| HSV(B) | 107.61º | 0.91% | 0.67% | - |
| XYZ | 15.63 | 29.39 | 5.3 | - |
| YUV | 115.55 | 71.25 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 15 | 0.72 | 0 | 0.91 | 0.33 | 107.61 | 0.84 | 0.36 |
| Hex | 2F | AA | F | 48 | 0 | 5B | 21 | 6C | 54 | 24 |
| Octal | 57 | 252 | 17 | 110 | 0 | 133 | 41 | 154 | 124 | 44 |
| Binary | 101111 | 10101010 | 1111 | 1001000 | 0 | 1011011 | 100001 | 1101100 | 1010100 | 100100 |
Color Harmonies of #2FAA0F
Complementary color
Monochromatic Colors of #2FAA0F
Black with #2FAA0F
Text Example
Text Example
White with #2FAA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAA0F; }
p { color: rgb(47,170,15); }
H1.HeaderClassName
{
color: #2FAA0F;
}
.AnyTagClassName
{
color: #2FAA0F;
}
</style>
background-color css
<style>
a { background-color: #2FAA0F; }
a { background-color: rgb(47,170,15); }
div.DivClassName
{
background-color: #2FAA0F;
}
.BgClassName
{
background-color: #2FAA0F;
}
</style>
border-color css
<style>
span { border-color: #2FAA0F; }
span { border-color: rgb(47,170,15); }
td.TdClassName
{
border-color: #2FAA0F;
}
.TagClassName
{
border-color: #2FAA0F;
}
</style>