Shades of Kelly Green #45AA2E
Tints of Kelly Green #45AA2E
RGB
CMYK
RGB Variations
Color information
#45AA2E (or 0x45AA2E) is known color: Kelly Green. HEX triplet: 45, AA and 2E. RGB value is (69,170,46). Sum of RGB (Red+Green+Blue) = 69+170+46=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 170 (66.80% from 255 or 59.65% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 170 - color contains mainly: green. Hex color #45AA2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45AA2E is #BA55D1. Grayscale: #7E7E7E. Windows color (decimal): -12211666 or 3058245. OLE color: 3058245.
HSL color Cylindrical-coordinate representation of color #45AA2E: hue angle of 108.87º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45AA2E is Cyan = 0.59, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 170 | 46 | - |
| CMYK | 0.59 | 0 | 0.73 | 0.33 |
| HSL | 108.87º | 0.57% | 0.42% | - |
| HSV(B) | 108.87º | 0.73% | 0.67% | - |
| XYZ | 17.32 | 30.21 | 7.5 | - |
| YUV | 125.67 | 83.04 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 170 | 46 | 0.59 | 0 | 0.73 | 0.33 | 108.87 | 0.57 | 0.42 |
| Hex | 45 | AA | 2E | 3B | 0 | 49 | 21 | 6D | 39 | 2A |
| Octal | 105 | 252 | 56 | 73 | 0 | 111 | 41 | 155 | 71 | 52 |
| Binary | 1000101 | 10101010 | 101110 | 111011 | 0 | 1001001 | 100001 | 1101101 | 111001 | 101010 |
Color Harmonies of #45AA2E
Complementary color
Monochromatic Colors of #45AA2E
Black with #45AA2E
Text Example
Text Example
White with #45AA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AA2E; }
p { color: rgb(69,170,46); }
H1.HeaderClassName
{
color: #45AA2E;
}
.AnyTagClassName
{
color: #45AA2E;
}
</style>
background-color css
<style>
a { background-color: #45AA2E; }
a { background-color: rgb(69,170,46); }
div.DivClassName
{
background-color: #45AA2E;
}
.BgClassName
{
background-color: #45AA2E;
}
</style>
border-color css
<style>
span { border-color: #45AA2E; }
span { border-color: rgb(69,170,46); }
td.TdClassName
{
border-color: #45AA2E;
}
.TagClassName
{
border-color: #45AA2E;
}
</style>