#2DC189

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

Shades of Shamrock #2DC189

Tints of Shamrock #2DC189

Color information

#2DC189 (or 0x2DC189) is unknown color: approx Shamrock. HEX triplet: 2D, C1 and 89. RGB value is (45,193,137). Sum of RGB (Red+Green+Blue) = 45+193+137=375 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12% from 375); Green value is 193 (75.78% from 255 or 51.47% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC189 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC189 is #D23E76. Grayscale: #8E8E8E. Windows color (decimal): -13778551 or 9027885. OLE color: 9027885.

HSL color Cylindrical-coordinate representation of color #2DC189: hue angle of 157.3º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC189 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB45193137-
CMYK0.7700.290.24
HSL157.3º62.18%46.67%-
HSV(B)157.3º76.68%75.69%-
XYZ24.6740.530.18-
YUV142.36124.9758.55-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12%
GREEN value IS 193 (75.78% from 255) = 51.47%
BLUE value IS 137 (53.91% from 255) = 36.53%
R=12%
G=51.47%
B=36.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal451931370.7700.290.24157.362.1846.67
Hex2DC1894D01D189d3e2f
Octal55301211115035302357657
Binary101101110000011000100110011010111011100010011101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,193,137); }

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

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

 a { background-color: rgb(45,193,137); }

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

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

 span { border-color: rgb(45,193,137); }

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