#2DB67A

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

Shades of Medium Sea Green #2DB67A

Tints of Medium Sea Green #2DB67A

Color information

#2DB67A (or 0x2DB67A) is unknown color: approx Medium Sea Green. HEX triplet: 2D, B6 and 7A. RGB value is (45,182,122). Sum of RGB (Red+Green+Blue) = 45+182+122=349 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.89% from 349); Green value is 182 (71.48% from 255 or 52.15% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB67A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB67A is #D24985. Grayscale: #868686. Windows color (decimal): -13781382 or 8042029. OLE color: 8042029.

HSL color Cylindrical-coordinate representation of color #2DB67A: hue angle of 153.72º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB67A is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB45182122-
CMYK0.7500.330.29
HSL153.72º60.35%44.51%-
HSV(B)153.72º75.27%71.37%-
XYZ21.3235.4224.13-
YUV134.2121.1164.38-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.89%
GREEN value IS 182 (71.48% from 255) = 52.15%
BLUE value IS 122 (48.05% from 255) = 34.96%
R=12.89%
G=52.15%
B=34.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal451821220.7500.330.29153.7260.3544.51
Hex2DB67A4B0211D9a3c2d
Octal55266172113041352327455
Binary101101101101101111010100101101000011110110011010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,182,122); }

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

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

 a { background-color: rgb(45,182,122); }

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

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

 span { border-color: rgb(45,182,122); }

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