Shades of Harlequin #29E102
Tints of Harlequin #29E102
RGB
CMYK
RGB Variations
Color information
#29E102 (or 0x29E102) is known color: Harlequin. HEX triplet: 29, E1 and 02. RGB value is (41,225,2). Sum of RGB (Red+Green+Blue) = 41+225+2=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 225 (88.28% from 255 or 83.96% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 225 - color contains mainly: green. Hex color #29E102 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29E102 is #D61EFD. Grayscale: #919191. Windows color (decimal): -14032638 or 188713. OLE color: 188713.
HSL color Cylindrical-coordinate representation of color #29E102: hue angle of 109.51º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #29E102 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 225 | 2 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.12 |
| HSL | 109.51º | 0.98% | 0.45% | - |
| HSV(B) | 109.51º | 0.99% | 0.88% | - |
| XYZ | 27.85 | 54.33 | 9.08 | - |
| YUV | 144.56 | 47.54 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 225 | 2 | 0.82 | 0 | 0.99 | 0.12 | 109.51 | 0.98 | 0.45 |
| Hex | 29 | E1 | 2 | 52 | 0 | 63 | C | 6E | 62 | 2D |
| Octal | 51 | 341 | 2 | 122 | 0 | 143 | 14 | 156 | 142 | 55 |
| Binary | 101001 | 11100001 | 10 | 1010010 | 0 | 1100011 | 1100 | 1101110 | 1100010 | 101101 |
Color Harmonies of #29E102
Complementary color
Monochromatic Colors of #29E102
Black with #29E102
Text Example
Text Example
White with #29E102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E102; }
p { color: rgb(41,225,2); }
H1.HeaderClassName
{
color: #29E102;
}
.AnyTagClassName
{
color: #29E102;
}
</style>
background-color css
<style>
a { background-color: #29E102; }
a { background-color: rgb(41,225,2); }
div.DivClassName
{
background-color: #29E102;
}
.BgClassName
{
background-color: #29E102;
}
</style>
border-color css
<style>
span { border-color: #29E102; }
span { border-color: rgb(41,225,2); }
td.TdClassName
{
border-color: #29E102;
}
.TagClassName
{
border-color: #29E102;
}
</style>