#2DB97A

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

Shades of Medium Sea Green #2DB97A

Tints of Medium Sea Green #2DB97A

Color information

#2DB97A (or 0x2DB97A) is unknown color: approx Medium Sea Green. HEX triplet: 2D, B9 and 7A. RGB value is (45,185,122). Sum of RGB (Red+Green+Blue) = 45+185+122=352 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.78% from 352); Green value is 185 (72.66% from 255 or 52.56% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 185 - color contains mainly: green. Hex color #2DB97A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB97A is #D24685. Grayscale: #888888. Windows color (decimal): -13780614 or 8042797. OLE color: 8042797.

HSL color Cylindrical-coordinate representation of color #2DB97A: hue angle of 153º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DB97A is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB45185122-
CMYK0.7600.340.27
HSL153º60.87%45.1%-
HSV(B)153º75.68%72.55%-
XYZ21.9436.6624.33-
YUV135.96120.1263.12-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.78%
GREEN value IS 185 (72.66% from 255) = 52.56%
BLUE value IS 122 (48.05% from 255) = 34.66%
R=12.78%
G=52.56%
B=34.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal451851220.7600.340.2715360.8745.1
Hex2DB97A4C0221B993d2d
Octal55271172114042332317555
Binary101101101110011111010100110001000101101110011001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,185,122); }

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

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

 a { background-color: rgb(45,185,122); }

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

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

 span { border-color: rgb(45,185,122); }

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