#2DC05A

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

Shades of Medium Sea Green #2DC05A

Tints of Medium Sea Green #2DC05A

Color information

#2DC05A (or 0x2DC05A) is unknown color: approx Medium Sea Green. HEX triplet: 2D, C0 and 5A. RGB value is (45,192,90). Sum of RGB (Red+Green+Blue) = 45+192+90=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 192 (75.39% from 255 or 58.72% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC05A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC05A is #D23FA5. Grayscale: #888888. Windows color (decimal): -13778854 or 5947437. OLE color: 5947437.

HSL color Cylindrical-coordinate representation of color #2DC05A: hue angle of 138.37º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC05A is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB4519290-
CMYK0.7700.530.25
HSL138.37º62.03%46.47%-
HSV(B)138.37º76.56%75.29%-
XYZ21.783916.05-
YUV136.42101.862.79-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.76%
GREEN value IS 192 (75.39% from 255) = 58.72%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=13.76%
G=58.72%
B=27.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal45192900.7700.530.25138.3762.0346.47
Hex2DC05A4D035198a3e2e
Octal55300132115065312127656
Binary101101110000001011010100110101101011100110001010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,192,90); }

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

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

 a { background-color: rgb(45,192,90); }

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

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

 span { border-color: rgb(45,192,90); }

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