Shades of Harlequin #29E002
Tints of Harlequin #29E002
RGB
CMYK
RGB Variations
Color information
#29E002 (or 0x29E002) is known color: Harlequin. HEX triplet: 29, E0 and 02. RGB value is (41,224,2). Sum of RGB (Red+Green+Blue) = 41+224+2=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 224 (87.89% from 255 or 83.90% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 224 - color contains mainly: green. Hex color #29E002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29E002 is #D61FFD. Grayscale: #909090. Windows color (decimal): -14032894 or 188457. OLE color: 188457.
HSL color Cylindrical-coordinate representation of color #29E002: hue angle of 109.46º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #29E002 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 224 | 2 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.12 |
| HSL | 109.46º | 0.98% | 0.44% | - |
| HSV(B) | 109.46º | 0.99% | 0.88% | - |
| XYZ | 27.58 | 53.79 | 8.99 | - |
| YUV | 143.98 | 47.87 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 224 | 2 | 0.82 | 0 | 0.99 | 0.12 | 109.46 | 0.98 | 0.44 |
| Hex | 29 | E0 | 2 | 52 | 0 | 63 | C | 6D | 62 | 2C |
| Octal | 51 | 340 | 2 | 122 | 0 | 143 | 14 | 155 | 142 | 54 |
| Binary | 101001 | 11100000 | 10 | 1010010 | 0 | 1100011 | 1100 | 1101101 | 1100010 | 101100 |
Color Harmonies of #29E002
Complementary color
Monochromatic Colors of #29E002
Black with #29E002
Text Example
Text Example
White with #29E002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E002; }
p { color: rgb(41,224,2); }
H1.HeaderClassName
{
color: #29E002;
}
.AnyTagClassName
{
color: #29E002;
}
</style>
background-color css
<style>
a { background-color: #29E002; }
a { background-color: rgb(41,224,2); }
div.DivClassName
{
background-color: #29E002;
}
.BgClassName
{
background-color: #29E002;
}
</style>
border-color css
<style>
span { border-color: #29E002; }
span { border-color: rgb(41,224,2); }
td.TdClassName
{
border-color: #29E002;
}
.TagClassName
{
border-color: #29E002;
}
</style>