Shades of Harlequin #2FDB0D
Tints of Harlequin #2FDB0D
RGB
CMYK
RGB Variations
Color information
#2FDB0D (or 0x2FDB0D) is known color: Harlequin. HEX triplet: 2F, DB and 0D. RGB value is (47,219,13). Sum of RGB (Red+Green+Blue) = 47+219+13=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 219 (85.94% from 255 or 78.49% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 219 - color contains mainly: green. Hex color #2FDB0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FDB0D is #D024F2. Grayscale: #909090. Windows color (decimal): -13640947 or 908079. OLE color: 908079.
HSL color Cylindrical-coordinate representation of color #2FDB0D: hue angle of 110.1º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2FDB0D is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 219 | 13 | - |
| CMYK | 0.79 | 0 | 0.94 | 0.14 |
| HSL | 110.1º | 0.89% | 0.45% | - |
| HSV(B) | 110.1º | 0.94% | 0.86% | - |
| XYZ | 26.58 | 51.3 | 8.88 | - |
| YUV | 144.09 | 54.02 | 58.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 219 | 13 | 0.79 | 0 | 0.94 | 0.14 | 110.1 | 0.89 | 0.45 |
| Hex | 2F | DB | D | 4F | 0 | 5E | E | 6E | 59 | 2D |
| Octal | 57 | 333 | 15 | 117 | 0 | 136 | 16 | 156 | 131 | 55 |
| Binary | 101111 | 11011011 | 1101 | 1001111 | 0 | 1011110 | 1110 | 1101110 | 1011001 | 101101 |
Color Harmonies of #2FDB0D
Complementary color
Monochromatic Colors of #2FDB0D
Black with #2FDB0D
Text Example
Text Example
White with #2FDB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDB0D; }
p { color: rgb(47,219,13); }
H1.HeaderClassName
{
color: #2FDB0D;
}
.AnyTagClassName
{
color: #2FDB0D;
}
</style>
background-color css
<style>
a { background-color: #2FDB0D; }
a { background-color: rgb(47,219,13); }
div.DivClassName
{
background-color: #2FDB0D;
}
.BgClassName
{
background-color: #2FDB0D;
}
</style>
border-color css
<style>
span { border-color: #2FDB0D; }
span { border-color: rgb(47,219,13); }
td.TdClassName
{
border-color: #2FDB0D;
}
.TagClassName
{
border-color: #2FDB0D;
}
</style>