#2ddb88

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

Shades of Shamrock #2DDB88

Tints of Shamrock #2DDB88

Color information

#2DDB88 (or 0x2DDB88) is unknown color: approx Shamrock. HEX triplet: 2D, DB and 88. RGB value is (45,219,136). Sum of RGB (Red+Green+Blue) = 45+219+136=400 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.25% from 400); Green value is 219 (85.94% from 255 or 54.75% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDB88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DDB88 is #D22477. Grayscale: #9D9D9D. Windows color (decimal): -13771896 or 8969005. OLE color: 8969005.

HSL color Cylindrical-coordinate representation of color #2DDB88: hue angle of 151.38º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDB88 is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB45219136-
CMYK0.7900.380.14
HSL151.38º70.73%51.76%-
HSV(B)151.38º79.45%85.88%-
XYZ30.865331.9-
YUV157.51115.8547.75-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.25%
GREEN value IS 219 (85.94% from 255) = 54.75%
BLUE value IS 136 (53.52% from 255) = 34%
R=11.25%
G=54.75%
B=34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal452191360.7900.380.14151.3870.7351.76
Hex2DDB884F026E974734
Octal553332101170461622710764
Binary1011011101101110001000100111101001101110100101111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ddb88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,219,136); }

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

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

 a { background-color: rgb(45,219,136); }

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

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

 span { border-color: rgb(45,219,136); }

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