Shades of Kelly Green #2FAF0F
Tints of Kelly Green #2FAF0F
RGB
CMYK
RGB Variations
Color information
#2FAF0F (or 0x2FAF0F) is known color: Kelly Green. HEX triplet: 2F, AF and 0F. RGB value is (47,175,15). Sum of RGB (Red+Green+Blue) = 47+175+15=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 175 (68.75% from 255 or 73.84% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAF0F is #D050F0. Grayscale: #777777. Windows color (decimal): -13652209 or 1027887. OLE color: 1027887.
HSL color Cylindrical-coordinate representation of color #2FAF0F: hue angle of 108º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FAF0F is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 175 | 15 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.31 |
| HSL | 108º | 0.84% | 0.37% | - |
| HSV(B) | 108º | 0.91% | 0.69% | - |
| XYZ | 16.59 | 31.3 | 5.62 | - |
| YUV | 118.49 | 69.59 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 15 | 0.73 | 0 | 0.91 | 0.31 | 108 | 0.84 | 0.37 |
| Hex | 2F | AF | F | 49 | 0 | 5B | 1F | 6C | 54 | 25 |
| Octal | 57 | 257 | 17 | 111 | 0 | 133 | 37 | 154 | 124 | 45 |
| Binary | 101111 | 10101111 | 1111 | 1001001 | 0 | 1011011 | 11111 | 1101100 | 1010100 | 100101 |
Color Harmonies of #2FAF0F
Complementary color
Monochromatic Colors of #2FAF0F
Black with #2FAF0F
Text Example
Text Example
White with #2FAF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAF0F; }
p { color: rgb(47,175,15); }
H1.HeaderClassName
{
color: #2FAF0F;
}
.AnyTagClassName
{
color: #2FAF0F;
}
</style>
background-color css
<style>
a { background-color: #2FAF0F; }
a { background-color: rgb(47,175,15); }
div.DivClassName
{
background-color: #2FAF0F;
}
.BgClassName
{
background-color: #2FAF0F;
}
</style>
border-color css
<style>
span { border-color: #2FAF0F; }
span { border-color: rgb(47,175,15); }
td.TdClassName
{
border-color: #2FAF0F;
}
.TagClassName
{
border-color: #2FAF0F;
}
</style>