#2DC39F

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

Shades of Shamrock #2DC39F

Tints of Shamrock #2DC39F

Color information

#2DC39F (or 0x2DC39F) is unknown color: approx Shamrock. HEX triplet: 2D, C3 and 9F. RGB value is (45,195,159). Sum of RGB (Red+Green+Blue) = 45+195+159=399 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.28% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC39F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC39F is #D23C60. Grayscale: #929292. Windows color (decimal): -13778017 or 10470189. OLE color: 10470189.

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

Color convert

RGB45195159-
CMYK0.7700.180.24
HSL165.6º62.5%47.06%-
HSV(B)165.6º76.92%76.47%-
XYZ26.8642.0939.51-
YUV146.05135.355.93-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.28%
GREEN value IS 195 (76.56% from 255) = 48.87%
BLUE value IS 159 (62.5% from 255) = 39.85%
R=11.28%
G=48.87%
B=39.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal451951590.7700.180.24165.662.547.06
Hex2DC39F4D01218a63e2f
Octal55303237115022302467657
Binary101101110000111001111110011010100101100010100110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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