#2DBA6C

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

Shades of Medium Sea Green #2DBA6C

Tints of Medium Sea Green #2DBA6C

Color information

#2DBA6C (or 0x2DBA6C) is unknown color: approx Medium Sea Green. HEX triplet: 2D, BA and 6C. RGB value is (45,186,108). Sum of RGB (Red+Green+Blue) = 45+186+108=339 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.27% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBA6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBA6C is #D24593. Grayscale: #878787. Windows color (decimal): -13780372 or 7125549. OLE color: 7125549.

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

Color convert

RGB45186108-
CMYK0.7600.420.27
HSL146.81º61.04%45.29%-
HSV(B)146.81º75.81%72.94%-
XYZ21.3536.7620.16-
YUV134.95112.7963.84-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.27%
GREEN value IS 186 (73.05% from 255) = 54.87%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=13.27%
G=54.87%
B=31.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal451861080.7600.420.27146.8161.0445.29
Hex2DBA6C4C02A1B933d2d
Octal55272154114052332237555
Binary101101101110101101100100110001010101101110010011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DBA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,186,108); }

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

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

 a { background-color: rgb(45,186,108); }

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

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

 span { border-color: rgb(45,186,108); }

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