Shades of Kelly Green #2FAC1A
Tints of Kelly Green #2FAC1A
RGB
CMYK
RGB Variations
Color information
#2FAC1A (or 0x2FAC1A) is known color: Kelly Green. HEX triplet: 2F, AC and 1A. RGB value is (47,172,26). Sum of RGB (Red+Green+Blue) = 47+172+26=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 172 (67.58% from 255 or 70.20% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAC1A is #D053E5. Grayscale: #767676. Windows color (decimal): -13652966 or 1748015. OLE color: 1748015.
HSL color Cylindrical-coordinate representation of color #2FAC1A: hue angle of 111.37º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FAC1A is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 172 | 26 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.33 |
| HSL | 111.37º | 0.74% | 0.39% | - |
| HSV(B) | 111.37º | 0.85% | 0.67% | - |
| XYZ | 16.11 | 30.18 | 5.95 | - |
| YUV | 117.98 | 76.09 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 26 | 0.73 | 0 | 0.85 | 0.33 | 111.37 | 0.74 | 0.39 |
| Hex | 2F | AC | 1A | 49 | 0 | 55 | 21 | 6F | 4A | 27 |
| Octal | 57 | 254 | 32 | 111 | 0 | 125 | 41 | 157 | 112 | 47 |
| Binary | 101111 | 10101100 | 11010 | 1001001 | 0 | 1010101 | 100001 | 1101111 | 1001010 | 100111 |
Color Harmonies of #2FAC1A
Complementary color
Monochromatic Colors of #2FAC1A
Black with #2FAC1A
Text Example
Text Example
White with #2FAC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAC1A; }
p { color: rgb(47,172,26); }
H1.HeaderClassName
{
color: #2FAC1A;
}
.AnyTagClassName
{
color: #2FAC1A;
}
</style>
background-color css
<style>
a { background-color: #2FAC1A; }
a { background-color: rgb(47,172,26); }
div.DivClassName
{
background-color: #2FAC1A;
}
.BgClassName
{
background-color: #2FAC1A;
}
</style>
border-color css
<style>
span { border-color: #2FAC1A; }
span { border-color: rgb(47,172,26); }
td.TdClassName
{
border-color: #2FAC1A;
}
.TagClassName
{
border-color: #2FAC1A;
}
</style>