#2DAB75

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

Shades of Medium Sea Green #2DAB75

Tints of Medium Sea Green #2DAB75

Color information

#2DAB75 (or 0x2DAB75) is unknown color: approx Medium Sea Green. HEX triplet: 2D, AB and 75. RGB value is (45,171,117). Sum of RGB (Red+Green+Blue) = 45+171+117=333 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.51% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #2DAB75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAB75 is #D2548A. Grayscale: #7F7F7F. Windows color (decimal): -13784203 or 7711533. OLE color: 7711533.

HSL color Cylindrical-coordinate representation of color #2DAB75: hue angle of 154.29º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAB75 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB45171117-
CMYK0.7400.320.33
HSL154.29º58.33%42.35%-
HSV(B)154.29º73.68%67.06%-
XYZ18.8630.9721.81-
YUV127.17122.2669.39-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.51%
GREEN value IS 171 (67.19% from 255) = 51.35%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=13.51%
G=51.35%
B=35.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal451711170.7400.320.33154.2958.3342.35
Hex2DAB754A020219a3a2a
Octal55253165112040412327252
Binary1011011010101111101011001010010000010000110011010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,171,117); }

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

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

 a { background-color: rgb(45,171,117); }

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

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

 span { border-color: rgb(45,171,117); }

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