#2DC87F

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

Shades of Shamrock #2DC87F

Tints of Shamrock #2DC87F

Color information

#2DC87F (or 0x2DC87F) is unknown color: approx Shamrock. HEX triplet: 2D, C8 and 7F. RGB value is (45,200,127). Sum of RGB (Red+Green+Blue) = 45+200+127=372 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.10% from 372); Green value is 200 (78.52% from 255 or 53.76% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC87F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC87F is #D23780. Grayscale: #919191. Windows color (decimal): -13776769 or 8374317. OLE color: 8374317.

HSL color Cylindrical-coordinate representation of color #2DC87F: hue angle of 151.74º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC87F is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB45200127-
CMYK0.7800.360.22
HSL151.74º63.27%48.04%-
HSV(B)151.74º77.5%78.43%-
XYZ25.5743.427.11-
YUV145.33117.6556.44-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.10%
GREEN value IS 200 (78.52% from 255) = 53.76%
BLUE value IS 127 (50% from 255) = 34.14%
R=12.10%
G=53.76%
B=34.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal452001270.7800.360.22151.7463.2748.04
Hex2DC87F4E02416983f30
Octal55310177116044262307760
Binary101101110010001111111100111001001001011010011000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,200,127); }

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

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

 a { background-color: rgb(45,200,127); }

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

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

 span { border-color: rgb(45,200,127); }

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