Shades of Kelly Green #2DAA06
Tints of Kelly Green #2DAA06
RGB
CMYK
RGB Variations
Color information
#2DAA06 (or 0x2DAA06) is known color: Kelly Green. HEX triplet: 2D, AA and 06. RGB value is (45,170,6). Sum of RGB (Red+Green+Blue) = 45+170+6=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 170 (66.80% from 255 or 76.92% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAA06 is #D255F9. Grayscale: #727272. Windows color (decimal): -13784570 or 436781. OLE color: 436781.
HSL color Cylindrical-coordinate representation of color #2DAA06: hue angle of 105.73º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2DAA06 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 170 | 6 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.33 |
| HSL | 105.73º | 0.93% | 0.35% | - |
| HSV(B) | 105.73º | 0.96% | 0.67% | - |
| XYZ | 15.49 | 29.32 | 5.02 | - |
| YUV | 113.93 | 67.09 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 170 | 6 | 0.74 | 0 | 0.96 | 0.33 | 105.73 | 0.93 | 0.35 |
| Hex | 2D | AA | 6 | 4A | 0 | 60 | 21 | 6A | 5D | 23 |
| Octal | 55 | 252 | 6 | 112 | 0 | 140 | 41 | 152 | 135 | 43 |
| Binary | 101101 | 10101010 | 110 | 1001010 | 0 | 1100000 | 100001 | 1101010 | 1011101 | 100011 |
Color Harmonies of #2DAA06
Complementary color
Monochromatic Colors of #2DAA06
Black with #2DAA06
Text Example
Text Example
White with #2DAA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAA06; }
p { color: rgb(45,170,6); }
H1.HeaderClassName
{
color: #2DAA06;
}
.AnyTagClassName
{
color: #2DAA06;
}
</style>
background-color css
<style>
a { background-color: #2DAA06; }
a { background-color: rgb(45,170,6); }
div.DivClassName
{
background-color: #2DAA06;
}
.BgClassName
{
background-color: #2DAA06;
}
</style>
border-color css
<style>
span { border-color: #2DAA06; }
span { border-color: rgb(45,170,6); }
td.TdClassName
{
border-color: #2DAA06;
}
.TagClassName
{
border-color: #2DAA06;
}
</style>