#2DF209

Color #2DF209 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #2DF209

Tints of Harlequin #2DF209

Color information

#2DF209 (or 0x2DF209) is unknown color: approx Harlequin. HEX triplet: 2D, F2 and 09. RGB value is (45,242,9). Sum of RGB (Red+Green+Blue) = 45+242+9=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 242 (94.92% from 255 or 81.76% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 242 - color contains mainly: green. Hex color #2DF209 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DF209 is #D20DF6. Grayscale: #9D9D9D. Windows color (decimal): -13766135 or 651821. OLE color: 651821.

HSL color Cylindrical-coordinate representation of color #2DF209: hue angle of 110.73º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2DF209 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB452429-
CMYK0.8100.960.05
HSL110.73º92.83%49.22%-
HSV(B)110.73º96.28%94.9%-
XYZ32.8864.0810.89-
YUV156.5444.7348.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 15.20%
GREEN value IS 242 (94.92% from 255) = 81.76%
BLUE value IS 9 (3.91% from 255) = 3.04%
R=15.20%
G=81.76%
B=3.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal4524290.8100.960.05110.7392.8349.22
Hex2DF295106056f5d31
Octal55362111210140515713561
Binary10110111110010100110100010110000010111011111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DF209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2DF209; }

 p { color: rgb(45,242,9); }

 H1.HeaderClassName
 {
   color: #2DF209;
 }
 .AnyTagClassName
 {
   color: #2DF209;
 }
</style>
background-color css

<style>
 a { background-color: #2DF209; }

 a { background-color: rgb(45,242,9); }

 div.DivClassName
 {
   background-color: #2DF209;
 }
 .BgClassName
 {
   background-color: #2DF209;
 }
</style>
border-color css

<style>
 span { border-color: #2DF209; }

 span { border-color: rgb(45,242,9); }

 td.TdClassName
 {
   border-color: #2DF209;
 }
 .TagClassName
 {
   border-color: #2DF209;
 }
</style>