Shades of Kelly Green #2FAD09
Tints of Kelly Green #2FAD09
RGB
CMYK
RGB Variations
Color information
#2FAD09 (or 0x2FAD09) is known color: Kelly Green. HEX triplet: 2F, AD and 09. RGB value is (47,173,9). Sum of RGB (Red+Green+Blue) = 47+173+9=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 173 (67.97% from 255 or 75.55% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAD09 is #D052F6. Grayscale: #757575. Windows color (decimal): -13652727 or 634159. OLE color: 634159.
HSL color Cylindrical-coordinate representation of color #2FAD09: hue angle of 106.1º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2FAD09 is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 173 | 9 | - |
| CMYK | 0.73 | 0 | 0.95 | 0.32 |
| HSL | 106.1º | 0.9% | 0.36% | - |
| HSV(B) | 106.1º | 0.95% | 0.68% | - |
| XYZ | 16.17 | 30.51 | 5.3 | - |
| YUV | 116.63 | 67.26 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 9 | 0.73 | 0 | 0.95 | 0.32 | 106.1 | 0.9 | 0.36 |
| Hex | 2F | AD | 9 | 49 | 0 | 5F | 20 | 6A | 5A | 24 |
| Octal | 57 | 255 | 11 | 111 | 0 | 137 | 40 | 152 | 132 | 44 |
| Binary | 101111 | 10101101 | 1001 | 1001001 | 0 | 1011111 | 100000 | 1101010 | 1011010 | 100100 |
Color Harmonies of #2FAD09
Complementary color
Monochromatic Colors of #2FAD09
Black with #2FAD09
Text Example
Text Example
White with #2FAD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAD09; }
p { color: rgb(47,173,9); }
H1.HeaderClassName
{
color: #2FAD09;
}
.AnyTagClassName
{
color: #2FAD09;
}
</style>
background-color css
<style>
a { background-color: #2FAD09; }
a { background-color: rgb(47,173,9); }
div.DivClassName
{
background-color: #2FAD09;
}
.BgClassName
{
background-color: #2FAD09;
}
</style>
border-color css
<style>
span { border-color: #2FAD09; }
span { border-color: rgb(47,173,9); }
td.TdClassName
{
border-color: #2FAD09;
}
.TagClassName
{
border-color: #2FAD09;
}
</style>