Shades of Kelly Green #29B40C
Tints of Kelly Green #29B40C
RGB
CMYK
RGB Variations
Color information
#29B40C (or 0x29B40C) is known color: Kelly Green. HEX triplet: 29, B4 and 0C. RGB value is (41,180,12). Sum of RGB (Red+Green+Blue) = 41+180+12=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 180 (70.70% from 255 or 77.25% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 180 - color contains mainly: green. Hex color #29B40C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29B40C is #D64BF3. Grayscale: #777777. Windows color (decimal): -14044148 or 832553. OLE color: 832553.
HSL color Cylindrical-coordinate representation of color #29B40C: hue angle of 109.64º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #29B40C is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 180 | 12 | - |
| CMYK | 0.77 | 0 | 0.93 | 0.29 |
| HSL | 109.64º | 0.88% | 0.38% | - |
| HSV(B) | 109.64º | 0.93% | 0.71% | - |
| XYZ | 17.3 | 33.14 | 5.83 | - |
| YUV | 119.29 | 67.45 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 180 | 12 | 0.77 | 0 | 0.93 | 0.29 | 109.64 | 0.88 | 0.38 |
| Hex | 29 | B4 | C | 4D | 0 | 5D | 1D | 6E | 58 | 26 |
| Octal | 51 | 264 | 14 | 115 | 0 | 135 | 35 | 156 | 130 | 46 |
| Binary | 101001 | 10110100 | 1100 | 1001101 | 0 | 1011101 | 11101 | 1101110 | 1011000 | 100110 |
Color Harmonies of #29B40C
Complementary color
Monochromatic Colors of #29B40C
Black with #29B40C
Text Example
Text Example
White with #29B40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29B40C; }
p { color: rgb(41,180,12); }
H1.HeaderClassName
{
color: #29B40C;
}
.AnyTagClassName
{
color: #29B40C;
}
</style>
background-color css
<style>
a { background-color: #29B40C; }
a { background-color: rgb(41,180,12); }
div.DivClassName
{
background-color: #29B40C;
}
.BgClassName
{
background-color: #29B40C;
}
</style>
border-color css
<style>
span { border-color: #29B40C; }
span { border-color: rgb(41,180,12); }
td.TdClassName
{
border-color: #29B40C;
}
.TagClassName
{
border-color: #29B40C;
}
</style>