#2DC67F

Color #2DC67F Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2DC67F

Tints of Medium Sea Green #2DC67F

Color information

#2DC67F (or 0x2DC67F) is unknown color: approx Medium Sea Green. HEX triplet: 2D, C6 and 7F. RGB value is (45,198,127). Sum of RGB (Red+Green+Blue) = 45+198+127=370 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.16% from 370); Green value is 198 (77.73% from 255 or 53.51% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC67F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC67F is #D23980. Grayscale: #909090. Windows color (decimal): -13777281 or 8373805. OLE color: 8373805.

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

Color convert

RGB45198127-
CMYK0.7700.360.22
HSL152.16º62.96%47.65%-
HSV(B)152.16º77.27%77.65%-
XYZ25.1142.4826.95-
YUV144.16118.3157.27-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.16%
GREEN value IS 198 (77.73% from 255) = 53.51%
BLUE value IS 127 (50% from 255) = 34.32%
R=12.16%
G=53.51%
B=34.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal451981270.7700.360.22152.1662.9647.65
Hex2DC67F4D02416983f30
Octal55306177115044262307760
Binary101101110001101111111100110101001001011010011000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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