Shades of Kelly Green #2FAA19
Tints of Kelly Green #2FAA19
RGB
CMYK
RGB Variations
Color information
#2FAA19 (or 0x2FAA19) is known color: Kelly Green. HEX triplet: 2F, AA and 19. RGB value is (47,170,25). Sum of RGB (Red+Green+Blue) = 47+170+25=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 170 (66.80% from 255 or 70.25% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAA19 is #D055E6. Grayscale: #757575. Windows color (decimal): -13653479 or 1681967. OLE color: 1681967.
HSL color Cylindrical-coordinate representation of color #2FAA19: hue angle of 110.9º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FAA19 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 170 | 25 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.33 |
| HSL | 110.9º | 0.74% | 0.38% | - |
| HSV(B) | 110.9º | 0.85% | 0.67% | - |
| XYZ | 15.72 | 29.42 | 5.77 | - |
| YUV | 116.69 | 76.25 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 25 | 0.72 | 0 | 0.85 | 0.33 | 110.9 | 0.74 | 0.38 |
| Hex | 2F | AA | 19 | 48 | 0 | 55 | 21 | 6F | 4A | 26 |
| Octal | 57 | 252 | 31 | 110 | 0 | 125 | 41 | 157 | 112 | 46 |
| Binary | 101111 | 10101010 | 11001 | 1001000 | 0 | 1010101 | 100001 | 1101111 | 1001010 | 100110 |
Color Harmonies of #2FAA19
Complementary color
Monochromatic Colors of #2FAA19
Black with #2FAA19
Text Example
Text Example
White with #2FAA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAA19; }
p { color: rgb(47,170,25); }
H1.HeaderClassName
{
color: #2FAA19;
}
.AnyTagClassName
{
color: #2FAA19;
}
</style>
background-color css
<style>
a { background-color: #2FAA19; }
a { background-color: rgb(47,170,25); }
div.DivClassName
{
background-color: #2FAA19;
}
.BgClassName
{
background-color: #2FAA19;
}
</style>
border-color css
<style>
span { border-color: #2FAA19; }
span { border-color: rgb(47,170,25); }
td.TdClassName
{
border-color: #2FAA19;
}
.TagClassName
{
border-color: #2FAA19;
}
</style>