#2DCA97

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

Shades of Shamrock #2DCA97

Tints of Shamrock #2DCA97

Color information

#2DCA97 (or 0x2DCA97) is unknown color: approx Shamrock. HEX triplet: 2D, CA and 97. RGB value is (45,202,151). Sum of RGB (Red+Green+Blue) = 45+202+151=398 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.31% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCA97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DCA97 is #D23568. Grayscale: #959595. Windows color (decimal): -13776233 or 9947693. OLE color: 9947693.

HSL color Cylindrical-coordinate representation of color #2DCA97: hue angle of 160.51º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCA97 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB45202151-
CMYK0.7800.250.21
HSL160.51º63.56%48.43%-
HSV(B)160.51º77.72%79.22%-
XYZ27.7945.0336.51-
YUV149.24128.9953.65-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.31%
GREEN value IS 202 (79.30% from 255) = 50.75%
BLUE value IS 151 (59.38% from 255) = 37.94%
R=11.31%
G=50.75%
B=37.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal452021510.7800.250.21160.5163.5648.43
Hex2DCA974E01915a14030
Octal553122271160312524110060
Binary1011011100101010010111100111001100110101101000011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DCA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,202,151); }

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

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

 a { background-color: rgb(45,202,151); }

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

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

 span { border-color: rgb(45,202,151); }

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