#29DB06

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

Shades of Harlequin #29DB06

Tints of Harlequin #29DB06

Color information

#29DB06 (or 0x29DB06) is unknown color: approx Harlequin. HEX triplet: 29, DB and 06. RGB value is (41,219,6). Sum of RGB (Red+Green+Blue) = 41+219+6=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 219 (85.94% from 255 or 82.33% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 219 - color contains mainly: green. Hex color #29DB06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29DB06 is #D624F9. Grayscale: #8E8E8E. Windows color (decimal): -14034170 or 449321. OLE color: 449321.

HSL color Cylindrical-coordinate representation of color #29DB06: hue angle of 110.14º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #29DB06 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB412196-
CMYK0.8100.970.14
HSL110.14º94.67%44.12%-
HSV(B)110.14º97.26%85.88%-
XYZ26.2851.158.66-
YUV141.551.5356.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.41%
GREEN value IS 219 (85.94% from 255) = 82.33%
BLUE value IS 6 (2.73% from 255) = 2.26%
R=15.41%
G=82.33%
B=2.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal4121960.8100.970.14110.1494.6744.12
Hex29DB651061E6e5f2c
Octal51333612101411615613754
Binary10100111011011110101000101100001111011011101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29DB06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29DB06; }

 p { color: rgb(41,219,6); }

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

<style>
 a { background-color: #29DB06; }

 a { background-color: rgb(41,219,6); }

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

<style>
 span { border-color: #29DB06; }

 span { border-color: rgb(41,219,6); }

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