Shades of Kelly Green #2DA90C
Tints of Kelly Green #2DA90C
RGB
CMYK
RGB Variations
Color information
#2DA90C (or 0x2DA90C) is known color: Kelly Green. HEX triplet: 2D, A9 and 0C. RGB value is (45,169,12). Sum of RGB (Red+Green+Blue) = 45+169+12=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 169 (66.41% from 255 or 74.78% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA90C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA90C is #D256F3. Grayscale: #727272. Windows color (decimal): -13784820 or 829741. OLE color: 829741.
HSL color Cylindrical-coordinate representation of color #2DA90C: hue angle of 107.39º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2DA90C is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 45 | 169 | 12 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.34 |
| HSL | 107.39º | 0.87% | 0.35% | - |
| HSV(B) | 107.39º | 0.93% | 0.66% | - |
| XYZ | 15.34 | 28.96 | 5.13 | - |
| YUV | 114.03 | 70.42 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 169 | 12 | 0.73 | 0 | 0.93 | 0.34 | 107.39 | 0.87 | 0.35 |
| Hex | 2D | A9 | C | 49 | 0 | 5D | 22 | 6B | 57 | 23 |
| Octal | 55 | 251 | 14 | 111 | 0 | 135 | 42 | 153 | 127 | 43 |
| Binary | 101101 | 10101001 | 1100 | 1001001 | 0 | 1011101 | 100010 | 1101011 | 1010111 | 100011 |
Color Harmonies of #2DA90C
Complementary color
Monochromatic Colors of #2DA90C
Black with #2DA90C
Text Example
Text Example
White with #2DA90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DA90C; }
p { color: rgb(45,169,12); }
H1.HeaderClassName
{
color: #2DA90C;
}
.AnyTagClassName
{
color: #2DA90C;
}
</style>
background-color css
<style>
a { background-color: #2DA90C; }
a { background-color: rgb(45,169,12); }
div.DivClassName
{
background-color: #2DA90C;
}
.BgClassName
{
background-color: #2DA90C;
}
</style>
border-color css
<style>
span { border-color: #2DA90C; }
span { border-color: rgb(45,169,12); }
td.TdClassName
{
border-color: #2DA90C;
}
.TagClassName
{
border-color: #2DA90C;
}
</style>