#2DB963

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

Shades of Medium Sea Green #2DB963

Tints of Medium Sea Green #2DB963

Color information

#2DB963 (or 0x2DB963) is unknown color: approx Medium Sea Green. HEX triplet: 2D, B9 and 63. RGB value is (45,185,99). Sum of RGB (Red+Green+Blue) = 45+185+99=329 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.68% from 329); Green value is 185 (72.66% from 255 or 56.23% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 185 - color contains mainly: green. Hex color #2DB963 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB963 is #D2469C. Grayscale: #858585. Windows color (decimal): -13780637 or 6535469. OLE color: 6535469.

HSL color Cylindrical-coordinate representation of color #2DB963: hue angle of 143.14º 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 #2DB963 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB4518599-
CMYK0.7600.460.27
HSL143.14º60.87%45.1%-
HSV(B)143.14º75.68%72.55%-
XYZ20.6836.1617.69-
YUV133.34108.6264.99-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.68%
GREEN value IS 185 (72.66% from 255) = 56.23%
BLUE value IS 99 (39.06% from 255) = 30.09%
R=13.68%
G=56.23%
B=30.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal45185990.7600.460.27143.1460.8745.1
Hex2DB9634C02E1B8f3d2d
Octal55271143114056332177555
Binary101101101110011100011100110001011101101110001111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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