#2DC292

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

Shades of Shamrock #2DC292

Tints of Shamrock #2DC292

Color information

#2DC292 (or 0x2DC292) is unknown color: approx Shamrock. HEX triplet: 2D, C2 and 92. RGB value is (45,194,146). Sum of RGB (Red+Green+Blue) = 45+194+146=385 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.69% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC292 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC292 is #D23D6D. Grayscale: #909090. Windows color (decimal): -13778286 or 9617965. OLE color: 9617965.

HSL color Cylindrical-coordinate representation of color #2DC292: hue angle of 160.67º 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 #2DC292 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB45194146-
CMYK0.7700.250.24
HSL160.67º62.34%46.86%-
HSV(B)160.67º76.8%76.08%-
XYZ25.5641.2233.8-
YUV143.98129.1457.4-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.69%
GREEN value IS 194 (76.17% from 255) = 50.39%
BLUE value IS 146 (57.42% from 255) = 37.92%
R=11.69%
G=50.39%
B=37.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal451941460.7700.250.24160.6762.3446.86
Hex2DC2924D01918a13e2f
Octal55302222115031302417657
Binary101101110000101001001010011010110011100010100001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,194,146); }

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

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

 a { background-color: rgb(45,194,146); }

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

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

 span { border-color: rgb(45,194,146); }

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