Shades of Kelly Green #2FA006
Tints of Kelly Green #2FA006
RGB
CMYK
RGB Variations
Color information
#2FA006 (or 0x2FA006) is known color: Kelly Green. HEX triplet: 2F, A0 and 06. RGB value is (47,160,6). Sum of RGB (Red+Green+Blue) = 47+160+6=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 160 (62.89% from 255 or 75.12% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 160 - color contains mainly: green. Hex color #2FA006 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA006 is #D05FF9. Grayscale: #6D6D6D. Windows color (decimal): -13656058 or 434223. OLE color: 434223.
HSL color Cylindrical-coordinate representation of color #2FA006: hue angle of 104.03º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FA006 is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 47 | 160 | 6 | - |
| CMYK | 0.71 | 0 | 0.96 | 0.37 |
| HSL | 104.03º | 0.93% | 0.33% | - |
| HSV(B) | 104.03º | 0.96% | 0.63% | - |
| XYZ | 13.78 | 25.76 | 4.42 | - |
| YUV | 108.66 | 70.06 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 160 | 6 | 0.71 | 0 | 0.96 | 0.37 | 104.03 | 0.93 | 0.33 |
| Hex | 2F | A0 | 6 | 47 | 0 | 60 | 25 | 68 | 5D | 21 |
| Octal | 57 | 240 | 6 | 107 | 0 | 140 | 45 | 150 | 135 | 41 |
| Binary | 101111 | 10100000 | 110 | 1000111 | 0 | 1100000 | 100101 | 1101000 | 1011101 | 100001 |
Color Harmonies of #2FA006
Complementary color
Monochromatic Colors of #2FA006
Black with #2FA006
Text Example
Text Example
White with #2FA006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA006; }
p { color: rgb(47,160,6); }
H1.HeaderClassName
{
color: #2FA006;
}
.AnyTagClassName
{
color: #2FA006;
}
</style>
background-color css
<style>
a { background-color: #2FA006; }
a { background-color: rgb(47,160,6); }
div.DivClassName
{
background-color: #2FA006;
}
.BgClassName
{
background-color: #2FA006;
}
</style>
border-color css
<style>
span { border-color: #2FA006; }
span { border-color: rgb(47,160,6); }
td.TdClassName
{
border-color: #2FA006;
}
.TagClassName
{
border-color: #2FA006;
}
</style>