Shades of Kelly Green #2FAB19
Tints of Kelly Green #2FAB19
RGB
CMYK
RGB Variations
Color information
#2FAB19 (or 0x2FAB19) is known color: Kelly Green. HEX triplet: 2F, AB and 19. RGB value is (47,171,25). Sum of RGB (Red+Green+Blue) = 47+171+25=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 171 (67.19% from 255 or 70.37% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAB19 is #D054E6. Grayscale: #757575. Windows color (decimal): -13653223 or 1682223. OLE color: 1682223.
HSL color Cylindrical-coordinate representation of color #2FAB19: hue angle of 110.96º 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 #2FAB19 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 171 | 25 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.33 |
| HSL | 110.96º | 0.74% | 0.38% | - |
| HSV(B) | 110.96º | 0.85% | 0.67% | - |
| XYZ | 15.91 | 29.8 | 5.83 | - |
| YUV | 117.28 | 75.92 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 171 | 25 | 0.73 | 0 | 0.85 | 0.33 | 110.96 | 0.74 | 0.38 |
| Hex | 2F | AB | 19 | 49 | 0 | 55 | 21 | 6F | 4A | 26 |
| Octal | 57 | 253 | 31 | 111 | 0 | 125 | 41 | 157 | 112 | 46 |
| Binary | 101111 | 10101011 | 11001 | 1001001 | 0 | 1010101 | 100001 | 1101111 | 1001010 | 100110 |
Color Harmonies of #2FAB19
Complementary color
Monochromatic Colors of #2FAB19
Black with #2FAB19
Text Example
Text Example
White with #2FAB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAB19; }
p { color: rgb(47,171,25); }
H1.HeaderClassName
{
color: #2FAB19;
}
.AnyTagClassName
{
color: #2FAB19;
}
</style>
background-color css
<style>
a { background-color: #2FAB19; }
a { background-color: rgb(47,171,25); }
div.DivClassName
{
background-color: #2FAB19;
}
.BgClassName
{
background-color: #2FAB19;
}
</style>
border-color css
<style>
span { border-color: #2FAB19; }
span { border-color: rgb(47,171,25); }
td.TdClassName
{
border-color: #2FAB19;
}
.TagClassName
{
border-color: #2FAB19;
}
</style>