#2DB964

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

Shades of Medium Sea Green #2DB964

Tints of Medium Sea Green #2DB964

Color information

#2DB964 (or 0x2DB964) is unknown color: approx Medium Sea Green. HEX triplet: 2D, B9 and 64. RGB value is (45,185,100). Sum of RGB (Red+Green+Blue) = 45+185+100=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 185 (72.66% from 255 or 56.06% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 185 - color contains mainly: green. Hex color #2DB964 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB964 is #D2469B. Grayscale: #858585. Windows color (decimal): -13780636 or 6601005. OLE color: 6601005.

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

Color convert

RGB45185100-
CMYK0.7600.460.27
HSL143.57º60.87%45.1%-
HSV(B)143.57º75.68%72.55%-
XYZ20.7336.1817.95-
YUV133.45109.1264.91-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.64%
GREEN value IS 185 (72.66% from 255) = 56.06%
BLUE value IS 100 (39.45% from 255) = 30.30%
R=13.64%
G=56.06%
B=30.30%

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
Decimal451851000.7600.460.27143.5760.8745.1
Hex2DB9644C02E1B903d2d
Octal55271144114056332207555
Binary101101101110011100100100110001011101101110010000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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