Shades of Kelly Green #3AAA2A
Tints of Kelly Green #3AAA2A
RGB
CMYK
RGB Variations
Color information
#3AAA2A (or 0x3AAA2A) is known color: Kelly Green. HEX triplet: 3A, AA and 2A. RGB value is (58,170,42). Sum of RGB (Red+Green+Blue) = 58+170+42=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 170 (66.80% from 255 or 62.96% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAA2A is #C555D5. Grayscale: #7A7A7A. Windows color (decimal): -12932566 or 2796090. OLE color: 2796090.
HSL color Cylindrical-coordinate representation of color #3AAA2A: hue angle of 112.5º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AAA2A is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 42 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.33 |
| HSL | 112.5º | 0.6% | 0.42% | - |
| HSV(B) | 112.5º | 0.75% | 0.67% | - |
| XYZ | 16.54 | 29.82 | 7.07 | - |
| YUV | 121.92 | 82.89 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 42 | 0.66 | 0 | 0.75 | 0.33 | 112.5 | 0.6 | 0.42 |
| Hex | 3A | AA | 2A | 42 | 0 | 4B | 21 | 70 | 3C | 2A |
| Octal | 72 | 252 | 52 | 102 | 0 | 113 | 41 | 160 | 74 | 52 |
| Binary | 111010 | 10101010 | 101010 | 1000010 | 0 | 1001011 | 100001 | 1110000 | 111100 | 101010 |
Color Harmonies of #3AAA2A
Complementary color
Monochromatic Colors of #3AAA2A
Black with #3AAA2A
Text Example
Text Example
White with #3AAA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA2A; }
p { color: rgb(58,170,42); }
H1.HeaderClassName
{
color: #3AAA2A;
}
.AnyTagClassName
{
color: #3AAA2A;
}
</style>
background-color css
<style>
a { background-color: #3AAA2A; }
a { background-color: rgb(58,170,42); }
div.DivClassName
{
background-color: #3AAA2A;
}
.BgClassName
{
background-color: #3AAA2A;
}
</style>
border-color css
<style>
span { border-color: #3AAA2A; }
span { border-color: rgb(58,170,42); }
td.TdClassName
{
border-color: #3AAA2A;
}
.TagClassName
{
border-color: #3AAA2A;
}
</style>