Shades of Harlequin #28E002
Tints of Harlequin #28E002
RGB
CMYK
RGB Variations
Color information
#28E002 (or 0x28E002) is known color: Harlequin. HEX triplet: 28, E0 and 02. RGB value is (40,224,2). Sum of RGB (Red+Green+Blue) = 40+224+2=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 224 (87.89% from 255 or 84.21% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 224 - color contains mainly: green. Hex color #28E002 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28E002 is #D71FFD. Grayscale: #909090. Windows color (decimal): -14098430 or 188456. OLE color: 188456.
HSL color Cylindrical-coordinate representation of color #28E002: hue angle of 109.73º 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 #28E002 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 224 | 2 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.12 |
| HSL | 109.73º | 0.98% | 0.44% | - |
| HSV(B) | 109.73º | 0.99% | 0.88% | - |
| XYZ | 27.54 | 53.77 | 8.98 | - |
| YUV | 143.68 | 48.04 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 224 | 2 | 0.82 | 0 | 0.99 | 0.12 | 109.73 | 0.98 | 0.44 |
| Hex | 28 | E0 | 2 | 52 | 0 | 63 | C | 6E | 62 | 2C |
| Octal | 50 | 340 | 2 | 122 | 0 | 143 | 14 | 156 | 142 | 54 |
| Binary | 101000 | 11100000 | 10 | 1010010 | 0 | 1100011 | 1100 | 1101110 | 1100010 | 101100 |
Color Harmonies of #28E002
Complementary color
Monochromatic Colors of #28E002
Black with #28E002
Text Example
Text Example
White with #28E002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E002; }
p { color: rgb(40,224,2); }
H1.HeaderClassName
{
color: #28E002;
}
.AnyTagClassName
{
color: #28E002;
}
</style>
background-color css
<style>
a { background-color: #28E002; }
a { background-color: rgb(40,224,2); }
div.DivClassName
{
background-color: #28E002;
}
.BgClassName
{
background-color: #28E002;
}
</style>
border-color css
<style>
span { border-color: #28E002; }
span { border-color: rgb(40,224,2); }
td.TdClassName
{
border-color: #28E002;
}
.TagClassName
{
border-color: #28E002;
}
</style>