Shades of Kelly Green #2FAD0D
Tints of Kelly Green #2FAD0D
RGB
CMYK
RGB Variations
Color information
#2FAD0D (or 0x2FAD0D) is known color: Kelly Green. HEX triplet: 2F, AD and 0D. RGB value is (47,173,13). Sum of RGB (Red+Green+Blue) = 47+173+13=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 173 (67.97% from 255 or 74.25% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAD0D is #D052F2. Grayscale: #757575. Windows color (decimal): -13652723 or 896303. OLE color: 896303.
HSL color Cylindrical-coordinate representation of color #2FAD0D: hue angle of 107.25º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FAD0D is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 173 | 13 | - |
| CMYK | 0.73 | 0 | 0.92 | 0.32 |
| HSL | 107.25º | 0.86% | 0.36% | - |
| HSV(B) | 107.25º | 0.92% | 0.68% | - |
| XYZ | 16.19 | 30.52 | 5.42 | - |
| YUV | 117.09 | 69.26 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 13 | 0.73 | 0 | 0.92 | 0.32 | 107.25 | 0.86 | 0.36 |
| Hex | 2F | AD | D | 49 | 0 | 5C | 20 | 6B | 56 | 24 |
| Octal | 57 | 255 | 15 | 111 | 0 | 134 | 40 | 153 | 126 | 44 |
| Binary | 101111 | 10101101 | 1101 | 1001001 | 0 | 1011100 | 100000 | 1101011 | 1010110 | 100100 |
Color Harmonies of #2FAD0D
Complementary color
Monochromatic Colors of #2FAD0D
Black with #2FAD0D
Text Example
Text Example
White with #2FAD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAD0D; }
p { color: rgb(47,173,13); }
H1.HeaderClassName
{
color: #2FAD0D;
}
.AnyTagClassName
{
color: #2FAD0D;
}
</style>
background-color css
<style>
a { background-color: #2FAD0D; }
a { background-color: rgb(47,173,13); }
div.DivClassName
{
background-color: #2FAD0D;
}
.BgClassName
{
background-color: #2FAD0D;
}
</style>
border-color css
<style>
span { border-color: #2FAD0D; }
span { border-color: rgb(47,173,13); }
td.TdClassName
{
border-color: #2FAD0D;
}
.TagClassName
{
border-color: #2FAD0D;
}
</style>