Shades of Kelly Green #42AA2D
Tints of Kelly Green #42AA2D
RGB
CMYK
RGB Variations
Color information
#42AA2D (or 0x42AA2D) is known color: Kelly Green. HEX triplet: 42, AA and 2D. RGB value is (66,170,45). Sum of RGB (Red+Green+Blue) = 66+170+45=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 170 (66.80% from 255 or 60.50% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AA2D is #BD55D2. Grayscale: #7D7D7D. Windows color (decimal): -12408275 or 2992706. OLE color: 2992706.
HSL color Cylindrical-coordinate representation of color #42AA2D: hue angle of 109.92º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42AA2D is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 170 | 45 | - |
| CMYK | 0.61 | 0 | 0.74 | 0.33 |
| HSL | 109.92º | 0.58% | 0.42% | - |
| HSV(B) | 109.92º | 0.74% | 0.67% | - |
| XYZ | 17.1 | 30.1 | 7.39 | - |
| YUV | 124.65 | 83.04 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 170 | 45 | 0.61 | 0 | 0.74 | 0.33 | 109.92 | 0.58 | 0.42 |
| Hex | 42 | AA | 2D | 3D | 0 | 4A | 21 | 6E | 3A | 2A |
| Octal | 102 | 252 | 55 | 75 | 0 | 112 | 41 | 156 | 72 | 52 |
| Binary | 1000010 | 10101010 | 101101 | 111101 | 0 | 1001010 | 100001 | 1101110 | 111010 | 101010 |
Color Harmonies of #42AA2D
Complementary color
Monochromatic Colors of #42AA2D
Black with #42AA2D
Text Example
Text Example
White with #42AA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AA2D; }
p { color: rgb(66,170,45); }
H1.HeaderClassName
{
color: #42AA2D;
}
.AnyTagClassName
{
color: #42AA2D;
}
</style>
background-color css
<style>
a { background-color: #42AA2D; }
a { background-color: rgb(66,170,45); }
div.DivClassName
{
background-color: #42AA2D;
}
.BgClassName
{
background-color: #42AA2D;
}
</style>
border-color css
<style>
span { border-color: #42AA2D; }
span { border-color: rgb(66,170,45); }
td.TdClassName
{
border-color: #42AA2D;
}
.TagClassName
{
border-color: #42AA2D;
}
</style>