Shades of Kelly Green #2FAB0D
Tints of Kelly Green #2FAB0D
RGB
CMYK
RGB Variations
Color information
#2FAB0D (or 0x2FAB0D) is known color: Kelly Green. HEX triplet: 2F, AB and 0D. RGB value is (47,171,13). Sum of RGB (Red+Green+Blue) = 47+171+13=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 171 (67.19% from 255 or 74.03% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAB0D is #D054F2. Grayscale: #747474. Windows color (decimal): -13653235 or 895791. OLE color: 895791.
HSL color Cylindrical-coordinate representation of color #2FAB0D: hue angle of 107.09º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FAB0D is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 171 | 13 | - |
| CMYK | 0.73 | 0 | 0.92 | 0.33 |
| HSL | 107.09º | 0.86% | 0.36% | - |
| HSV(B) | 107.09º | 0.92% | 0.67% | - |
| XYZ | 15.81 | 29.76 | 5.29 | - |
| YUV | 115.91 | 69.92 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 171 | 13 | 0.73 | 0 | 0.92 | 0.33 | 107.09 | 0.86 | 0.36 |
| Hex | 2F | AB | D | 49 | 0 | 5C | 21 | 6B | 56 | 24 |
| Octal | 57 | 253 | 15 | 111 | 0 | 134 | 41 | 153 | 126 | 44 |
| Binary | 101111 | 10101011 | 1101 | 1001001 | 0 | 1011100 | 100001 | 1101011 | 1010110 | 100100 |
Color Harmonies of #2FAB0D
Complementary color
Monochromatic Colors of #2FAB0D
Black with #2FAB0D
Text Example
Text Example
White with #2FAB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAB0D; }
p { color: rgb(47,171,13); }
H1.HeaderClassName
{
color: #2FAB0D;
}
.AnyTagClassName
{
color: #2FAB0D;
}
</style>
background-color css
<style>
a { background-color: #2FAB0D; }
a { background-color: rgb(47,171,13); }
div.DivClassName
{
background-color: #2FAB0D;
}
.BgClassName
{
background-color: #2FAB0D;
}
</style>
border-color css
<style>
span { border-color: #2FAB0D; }
span { border-color: rgb(47,171,13); }
td.TdClassName
{
border-color: #2FAB0D;
}
.TagClassName
{
border-color: #2FAB0D;
}
</style>