Shades of Harlequin #29EC02
Tints of Harlequin #29EC02
RGB
CMYK
RGB Variations
Color information
#29EC02 (or 0x29EC02) is known color: Harlequin. HEX triplet: 29, EC and 02. RGB value is (41,236,2). Sum of RGB (Red+Green+Blue) = 41+236+2=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 236 (92.58% from 255 or 84.59% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 236 - color contains mainly: green. Hex color #29EC02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #29EC02 is #D613FD. Grayscale: #979797. Windows color (decimal): -14029822 or 191529. OLE color: 191529.
HSL color Cylindrical-coordinate representation of color #29EC02: hue angle of 110º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #29EC02 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 236 | 2 | - |
| CMYK | 0.83 | 0 | 0.99 | 0.07 |
| HSL | 110º | 0.98% | 0.47% | - |
| HSV(B) | 110º | 0.99% | 0.93% | - |
| XYZ | 30.92 | 60.47 | 10.1 | - |
| YUV | 151.02 | 43.9 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 236 | 2 | 0.83 | 0 | 0.99 | 0.07 | 110 | 0.98 | 0.47 |
| Hex | 29 | EC | 2 | 53 | 0 | 63 | 7 | 6E | 62 | 2F |
| Octal | 51 | 354 | 2 | 123 | 0 | 143 | 7 | 156 | 142 | 57 |
| Binary | 101001 | 11101100 | 10 | 1010011 | 0 | 1100011 | 111 | 1101110 | 1100010 | 101111 |
Color Harmonies of #29EC02
Complementary color
Monochromatic Colors of #29EC02
Black with #29EC02
Text Example
Text Example
White with #29EC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29EC02; }
p { color: rgb(41,236,2); }
H1.HeaderClassName
{
color: #29EC02;
}
.AnyTagClassName
{
color: #29EC02;
}
</style>
background-color css
<style>
a { background-color: #29EC02; }
a { background-color: rgb(41,236,2); }
div.DivClassName
{
background-color: #29EC02;
}
.BgClassName
{
background-color: #29EC02;
}
</style>
border-color css
<style>
span { border-color: #29EC02; }
span { border-color: rgb(41,236,2); }
td.TdClassName
{
border-color: #29EC02;
}
.TagClassName
{
border-color: #29EC02;
}
</style>