Shades of Kelly Green #2FAD0C
Tints of Kelly Green #2FAD0C
RGB
CMYK
RGB Variations
Color information
#2FAD0C (or 0x2FAD0C) is known color: Kelly Green. HEX triplet: 2F, AD and 0C. RGB value is (47,173,12). Sum of RGB (Red+Green+Blue) = 47+173+12=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 173 (67.97% from 255 or 74.57% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAD0C is #D052F3. Grayscale: #757575. Windows color (decimal): -13652724 or 830767. OLE color: 830767.
HSL color Cylindrical-coordinate representation of color #2FAD0C: hue angle of 106.96º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FAD0C is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 173 | 12 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.32 |
| HSL | 106.96º | 0.87% | 0.36% | - |
| HSV(B) | 106.96º | 0.93% | 0.68% | - |
| XYZ | 16.18 | 30.52 | 5.39 | - |
| YUV | 116.97 | 68.76 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 12 | 0.73 | 0 | 0.93 | 0.32 | 106.96 | 0.87 | 0.36 |
| Hex | 2F | AD | C | 49 | 0 | 5D | 20 | 6B | 57 | 24 |
| Octal | 57 | 255 | 14 | 111 | 0 | 135 | 40 | 153 | 127 | 44 |
| Binary | 101111 | 10101101 | 1100 | 1001001 | 0 | 1011101 | 100000 | 1101011 | 1010111 | 100100 |
Color Harmonies of #2FAD0C
Complementary color
Monochromatic Colors of #2FAD0C
Black with #2FAD0C
Text Example
Text Example
White with #2FAD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAD0C; }
p { color: rgb(47,173,12); }
H1.HeaderClassName
{
color: #2FAD0C;
}
.AnyTagClassName
{
color: #2FAD0C;
}
</style>
background-color css
<style>
a { background-color: #2FAD0C; }
a { background-color: rgb(47,173,12); }
div.DivClassName
{
background-color: #2FAD0C;
}
.BgClassName
{
background-color: #2FAD0C;
}
</style>
border-color css
<style>
span { border-color: #2FAD0C; }
span { border-color: rgb(47,173,12); }
td.TdClassName
{
border-color: #2FAD0C;
}
.TagClassName
{
border-color: #2FAD0C;
}
</style>