Shades of Kelly Green #2DAA14
Tints of Kelly Green #2DAA14
RGB
CMYK
RGB Variations
Color information
#2DAA14 (or 0x2DAA14) is known color: Kelly Green. HEX triplet: 2D, AA and 14. RGB value is (45,170,20). Sum of RGB (Red+Green+Blue) = 45+170+20=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 170 (66.80% from 255 or 72.34% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAA14 is #D255EB. Grayscale: #747474. Windows color (decimal): -13784556 or 1354285. OLE color: 1354285.
HSL color Cylindrical-coordinate representation of color #2DAA14: hue angle of 110º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DAA14 is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 170 | 20 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.33 |
| HSL | 110º | 0.79% | 0.37% | - |
| HSV(B) | 110º | 0.88% | 0.67% | - |
| XYZ | 15.58 | 29.36 | 5.51 | - |
| YUV | 115.53 | 74.09 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 170 | 20 | 0.74 | 0 | 0.88 | 0.33 | 110 | 0.79 | 0.37 |
| Hex | 2D | AA | 14 | 4A | 0 | 58 | 21 | 6E | 4F | 25 |
| Octal | 55 | 252 | 24 | 112 | 0 | 130 | 41 | 156 | 117 | 45 |
| Binary | 101101 | 10101010 | 10100 | 1001010 | 0 | 1011000 | 100001 | 1101110 | 1001111 | 100101 |
Color Harmonies of #2DAA14
Complementary color
Monochromatic Colors of #2DAA14
Black with #2DAA14
Text Example
Text Example
White with #2DAA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAA14; }
p { color: rgb(45,170,20); }
H1.HeaderClassName
{
color: #2DAA14;
}
.AnyTagClassName
{
color: #2DAA14;
}
</style>
background-color css
<style>
a { background-color: #2DAA14; }
a { background-color: rgb(45,170,20); }
div.DivClassName
{
background-color: #2DAA14;
}
.BgClassName
{
background-color: #2DAA14;
}
</style>
border-color css
<style>
span { border-color: #2DAA14; }
span { border-color: rgb(45,170,20); }
td.TdClassName
{
border-color: #2DAA14;
}
.TagClassName
{
border-color: #2DAA14;
}
</style>