Shades of Kelly Green #29A800
Tints of Kelly Green #29A800
RGB
CMYK
RGB Variations
Color information
#29A800 (or 0x29A800) is known color: Kelly Green. HEX triplet: 29, A8 and 00. RGB value is (41,168,0). Sum of RGB (Red+Green+Blue) = 41+168+0=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 168 (66.02% from 255 or 80.38% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 168 - color contains mainly: green. Hex color #29A800 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #29A800 is #D657FF. Grayscale: #6F6F6F. Windows color (decimal): -14047232 or 43049. OLE color: 43049.
HSL color Cylindrical-coordinate representation of color #29A800: hue angle of 105.36º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #29A800 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 168 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.34 |
| HSL | 105.36º | 1% | 0.33% | - |
| HSV(B) | 105.36º | 1% | 0.66% | - |
| XYZ | 14.92 | 28.48 | 4.71 | - |
| YUV | 110.88 | 65.42 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 168 | 0 | 0.76 | 0 | 1 | 0.34 | 105.36 | 1 | 0.33 |
| Hex | 29 | A8 | 0 | 4C | 0 | 64 | 22 | 69 | 64 | 21 |
| Octal | 51 | 250 | 0 | 114 | 0 | 144 | 42 | 151 | 144 | 41 |
| Binary | 101001 | 10101000 | 0 | 1001100 | 0 | 1100100 | 100010 | 1101001 | 1100100 | 100001 |
Color Harmonies of #29A800
Complementary color
Monochromatic Colors of #29A800
Black with #29A800
Text Example
Text Example
White with #29A800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29A800; }
p { color: rgb(41,168,0); }
H1.HeaderClassName
{
color: #29A800;
}
.AnyTagClassName
{
color: #29A800;
}
</style>
background-color css
<style>
a { background-color: #29A800; }
a { background-color: rgb(41,168,0); }
div.DivClassName
{
background-color: #29A800;
}
.BgClassName
{
background-color: #29A800;
}
</style>
border-color css
<style>
span { border-color: #29A800; }
span { border-color: rgb(41,168,0); }
td.TdClassName
{
border-color: #29A800;
}
.TagClassName
{
border-color: #29A800;
}
</style>