#2DBE56

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

Shades of Medium Sea Green #2DBE56

Tints of Medium Sea Green #2DBE56

Color information

#2DBE56 (or 0x2DBE56) is unknown color: approx Medium Sea Green. HEX triplet: 2D, BE and 56. RGB value is (45,190,86). Sum of RGB (Red+Green+Blue) = 45+190+86=321 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.02% from 321); Green value is 190 (74.61% from 255 or 59.19% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBE56 is #D241A9. Grayscale: #878787. Windows color (decimal): -13779370 or 5684781. OLE color: 5684781.

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

Color convert

RGB4519086-
CMYK0.7600.550.25
HSL136.97º61.7%46.08%-
HSV(B)136.97º76.32%74.51%-
XYZ21.1838.0615.03-
YUV134.79100.4663.96-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.02%
GREEN value IS 190 (74.61% from 255) = 59.19%
BLUE value IS 86 (33.98% from 255) = 26.79%
R=14.02%
G=59.19%
B=26.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal45190860.7600.550.25136.9761.746.08
Hex2DBE564C03719893e2e
Octal55276126114067312117656
Binary101101101111101010110100110001101111100110001001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DBE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,190,86); }

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

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

 a { background-color: rgb(45,190,86); }

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

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

 span { border-color: rgb(45,190,86); }

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