#2d8b63

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

Shades of Sea Green #2D8B63

Tints of Sea Green #2D8B63

Color information

#2D8B63 (or 0x2D8B63) is unknown color: approx Sea Green. HEX triplet: 2D, 8B and 63. RGB value is (45,139,99). Sum of RGB (Red+Green+Blue) = 45+139+99=283 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.90% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #2D8B63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8B63 is #D2749C. Grayscale: #6A6A6A. Windows color (decimal): -13792413 or 6523693. OLE color: 6523693.

HSL color Cylindrical-coordinate representation of color #2D8B63: hue angle of 154.47º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D8B63 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB4513999-
CMYK0.6800.290.45
HSL154.47º51.09%36.08%-
HSV(B)154.47º67.63%54.51%-
XYZ12.5719.9214.99-
YUV106.33123.8684.25-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.90%
GREEN value IS 139 (54.69% from 255) = 49.12%
BLUE value IS 99 (39.06% from 255) = 34.98%
R=15.90%
G=49.12%
B=34.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal45139990.6800.290.45154.4751.0936.08
Hex2D8B634401D2D9a3324
Octal55213143104035552326344
Binary101101100010111100011100010001110110110110011010110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d8b63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,139,99); }

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

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

 a { background-color: rgb(45,139,99); }

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

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

 span { border-color: rgb(45,139,99); }

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