#2db376

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

Shades of Medium Sea Green #2DB376

Tints of Medium Sea Green #2DB376

Color information

#2DB376 (or 0x2DB376) is unknown color: approx Medium Sea Green. HEX triplet: 2D, B3 and 76. RGB value is (45,179,118). Sum of RGB (Red+Green+Blue) = 45+179+118=342 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.16% from 342); Green value is 179 (70.31% from 255 or 52.34% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB376 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB376 is #D24C89. Grayscale: #848484. Windows color (decimal): -13782154 or 7779117. OLE color: 7779117.

HSL color Cylindrical-coordinate representation of color #2DB376: hue angle of 152.69º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB376 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB45179118-
CMYK0.7500.340.30
HSL152.69º59.82%43.92%-
HSV(B)152.69º74.86%70.2%-
XYZ20.4734.1122.64-
YUV131.98120.1165.96-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.16%
GREEN value IS 179 (70.31% from 255) = 52.34%
BLUE value IS 118 (46.48% from 255) = 34.50%
R=13.16%
G=52.34%
B=34.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal451791180.7500.340.30152.6959.8243.92
Hex2DB3764B0221E993c2c
Octal55263166113042362317454
Binary101101101100111110110100101101000101111010011001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2db376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,179,118); }

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

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

 a { background-color: rgb(45,179,118); }

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

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

 span { border-color: rgb(45,179,118); }

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