Shades of Kelly Green #2FA108
Tints of Kelly Green #2FA108
RGB
CMYK
RGB Variations
Color information
#2FA108 (or 0x2FA108) is known color: Kelly Green. HEX triplet: 2F, A1 and 08. RGB value is (47,161,8). Sum of RGB (Red+Green+Blue) = 47+161+8=216 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.76% from 216); Green value is 161 (63.28% from 255 or 74.54% from 216); Blue value is 8 (3.52% from 255 or 3.70% from 216); Max value from RGB is 161 - color contains mainly: green. Hex color #2FA108 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FA108 is #D05EF7. Grayscale: #6D6D6D. Windows color (decimal): -13655800 or 565551. OLE color: 565551.
HSL color Cylindrical-coordinate representation of color #2FA108: hue angle of 104.71º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2FA108 is Cyan = 0.71, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 47 | 161 | 8 | - |
| CMYK | 0.71 | 0 | 0.95 | 0.37 |
| HSL | 104.71º | 0.91% | 0.33% | - |
| HSV(B) | 104.71º | 0.95% | 0.63% | - |
| XYZ | 13.96 | 26.11 | 4.53 | - |
| YUV | 109.47 | 70.73 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 161 | 8 | 0.71 | 0 | 0.95 | 0.37 | 104.71 | 0.91 | 0.33 |
| Hex | 2F | A1 | 8 | 47 | 0 | 5F | 25 | 69 | 5B | 21 |
| Octal | 57 | 241 | 10 | 107 | 0 | 137 | 45 | 151 | 133 | 41 |
| Binary | 101111 | 10100001 | 1000 | 1000111 | 0 | 1011111 | 100101 | 1101001 | 1011011 | 100001 |
Color Harmonies of #2FA108
Complementary color
Monochromatic Colors of #2FA108
Black with #2FA108
Text Example
Text Example
White with #2FA108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA108; }
p { color: rgb(47,161,8); }
H1.HeaderClassName
{
color: #2FA108;
}
.AnyTagClassName
{
color: #2FA108;
}
</style>
background-color css
<style>
a { background-color: #2FA108; }
a { background-color: rgb(47,161,8); }
div.DivClassName
{
background-color: #2FA108;
}
.BgClassName
{
background-color: #2FA108;
}
</style>
border-color css
<style>
span { border-color: #2FA108; }
span { border-color: rgb(47,161,8); }
td.TdClassName
{
border-color: #2FA108;
}
.TagClassName
{
border-color: #2FA108;
}
</style>