Shades of Kelly Green #47AB2D
Tints of Kelly Green #47AB2D
RGB
CMYK
RGB Variations
Color information
#47AB2D (or 0x47AB2D) is known color: Kelly Green. HEX triplet: 47, AB and 2D. RGB value is (71,171,45). Sum of RGB (Red+Green+Blue) = 71+171+45=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 171 (67.19% from 255 or 59.58% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47AB2D is #B854D2. Grayscale: #7F7F7F. Windows color (decimal): -12080339 or 2992967. OLE color: 2992967.
HSL color Cylindrical-coordinate representation of color #47AB2D: hue angle of 107.62º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #47AB2D is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 171 | 45 | - |
| CMYK | 0.58 | 0 | 0.74 | 0.33 |
| HSL | 107.62º | 0.58% | 0.42% | - |
| HSV(B) | 107.62º | 0.74% | 0.67% | - |
| XYZ | 17.64 | 30.65 | 7.47 | - |
| YUV | 126.74 | 81.87 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 45 | 0.58 | 0 | 0.74 | 0.33 | 107.62 | 0.58 | 0.42 |
| Hex | 47 | AB | 2D | 3A | 0 | 4A | 21 | 6C | 3A | 2A |
| Octal | 107 | 253 | 55 | 72 | 0 | 112 | 41 | 154 | 72 | 52 |
| Binary | 1000111 | 10101011 | 101101 | 111010 | 0 | 1001010 | 100001 | 1101100 | 111010 | 101010 |
Color Harmonies of #47AB2D
Complementary color
Monochromatic Colors of #47AB2D
Black with #47AB2D
Text Example
Text Example
White with #47AB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AB2D; }
p { color: rgb(71,171,45); }
H1.HeaderClassName
{
color: #47AB2D;
}
.AnyTagClassName
{
color: #47AB2D;
}
</style>
background-color css
<style>
a { background-color: #47AB2D; }
a { background-color: rgb(71,171,45); }
div.DivClassName
{
background-color: #47AB2D;
}
.BgClassName
{
background-color: #47AB2D;
}
</style>
border-color css
<style>
span { border-color: #47AB2D; }
span { border-color: rgb(71,171,45); }
td.TdClassName
{
border-color: #47AB2D;
}
.TagClassName
{
border-color: #47AB2D;
}
</style>