#2DC05B

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

Shades of Medium Sea Green #2DC05B

Tints of Medium Sea Green #2DC05B

Color information

#2DC05B (or 0x2DC05B) is unknown color: approx Medium Sea Green. HEX triplet: 2D, C0 and 5B. RGB value is (45,192,91). Sum of RGB (Red+Green+Blue) = 45+192+91=328 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.72% from 328); Green value is 192 (75.39% from 255 or 58.54% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC05B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC05B is #D23FA4. Grayscale: #888888. Windows color (decimal): -13778853 or 6012973. OLE color: 6012973.

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

Color convert

RGB4519291-
CMYK0.7700.530.25
HSL138.78º62.03%46.47%-
HSV(B)138.78º76.56%75.29%-
XYZ21.8239.0116.28-
YUV136.53102.362.71-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.72%
GREEN value IS 192 (75.39% from 255) = 58.54%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=13.72%
G=58.54%
B=27.74%

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
Decimal45192910.7700.530.25138.7862.0346.47
Hex2DC05B4D035198b3e2e
Octal55300133115065312137656
Binary101101110000001011011100110101101011100110001011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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