#2DB262

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

Shades of Medium Sea Green #2DB262

Tints of Medium Sea Green #2DB262

Color information

#2DB262 (or 0x2DB262) is unknown color: approx Medium Sea Green. HEX triplet: 2D, B2 and 62. RGB value is (45,178,98). Sum of RGB (Red+Green+Blue) = 45+178+98=321 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.02% from 321); Green value is 178 (69.92% from 255 or 55.45% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DB262 is #D24D9D. Grayscale: #818181. Windows color (decimal): -13782430 or 6468141. OLE color: 6468141.

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

Color convert

RGB4517898-
CMYK0.7500.450.30
HSL143.91º59.64%43.73%-
HSV(B)143.91º74.72%69.8%-
XYZ19.2133.2816.97-
YUV129.11110.4468-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.02%
GREEN value IS 178 (69.92% from 255) = 55.45%
BLUE value IS 98 (38.67% from 255) = 30.53%
R=14.02%
G=55.45%
B=30.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal45178980.7500.450.30143.9159.6443.73
Hex2DB2624B02D1E903c2c
Octal55262142113055362207454
Binary101101101100101100010100101101011011111010010000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,178,98); }

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

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

 a { background-color: rgb(45,178,98); }

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

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

 span { border-color: rgb(45,178,98); }

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