#2DC390

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

Shades of Shamrock #2DC390

Tints of Shamrock #2DC390

Color information

#2DC390 (or 0x2DC390) is unknown color: approx Shamrock. HEX triplet: 2D, C3 and 90. RGB value is (45,195,144). Sum of RGB (Red+Green+Blue) = 45+195+144=384 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.72% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC390 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC390 is #D23C6F. Grayscale: #909090. Windows color (decimal): -13778032 or 9487149. OLE color: 9487149.

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

Color convert

RGB45195144-
CMYK0.7700.260.24
HSL159.6º62.5%47.06%-
HSV(B)159.6º76.92%76.47%-
XYZ25.6341.633.06-
YUV144.34127.857.15-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.72%
GREEN value IS 195 (76.56% from 255) = 50.78%
BLUE value IS 144 (56.64% from 255) = 37.5%
R=11.72%
G=50.78%
B=37.5%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal451951440.7700.260.24159.662.547.06
Hex2DC3904D01A18a03e2f
Octal55303220115032302407657
Binary101101110000111001000010011010110101100010100000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,195,144); }

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

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

 a { background-color: rgb(45,195,144); }

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

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

 span { border-color: rgb(45,195,144); }

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