#2DCC87

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

Shades of Shamrock #2DCC87

Tints of Shamrock #2DCC87

Color information

#2DCC87 (or 0x2DCC87) is unknown color: approx Shamrock. HEX triplet: 2D, CC and 87. RGB value is (45,204,135). Sum of RGB (Red+Green+Blue) = 45+204+135=384 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.72% from 384); Green value is 204 (80.08% from 255 or 53.12% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 204 - color contains mainly: green. Hex color #2DCC87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DCC87 is #D23378. Grayscale: #949494. Windows color (decimal): -13775737 or 8899629. OLE color: 8899629.

HSL color Cylindrical-coordinate representation of color #2DCC87: hue angle of 153.96º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCC87 is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB45204135-
CMYK0.7800.340.2
HSL153.96º63.86%48.82%-
HSV(B)153.96º77.94%80%-
XYZ27.0545.4930.28-
YUV148.59120.3254.11-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.72%
GREEN value IS 204 (80.08% from 255) = 53.12%
BLUE value IS 135 (53.12% from 255) = 35.16%
R=11.72%
G=53.12%
B=35.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal452041350.7800.340.2153.9663.8648.82
Hex2DCC874E022149a4031
Octal553142071160422423210061
Binary10110111001100100001111001110010001010100100110101000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DCC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,204,135); }

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

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

 a { background-color: rgb(45,204,135); }

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

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

 span { border-color: rgb(45,204,135); }

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