#2D8959

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

Shades of Sea Green #2D8959

Tints of Sea Green #2D8959

Color information

#2D8959 (or 0x2D8959) is unknown color: approx Sea Green. HEX triplet: 2D, 89 and 59. RGB value is (45,137,89). Sum of RGB (Red+Green+Blue) = 45+137+89=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #2D8959 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8959 is #D276A6. Grayscale: #686868. Windows color (decimal): -13792935 or 5867821. OLE color: 5867821.

HSL color Cylindrical-coordinate representation of color #2D8959: hue angle of 148.7º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D8959 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB4513789-
CMYK0.6700.350.46
HSL148.7º50.55%35.69%-
HSV(B)148.7º67.15%53.73%-
XYZ11.8319.1712.53-
YUV104.02119.5285.9-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.61%
GREEN value IS 137 (53.91% from 255) = 50.55%
BLUE value IS 89 (35.16% from 255) = 32.84%
R=16.61%
G=50.55%
B=32.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal45137890.6700.350.46148.750.5535.69
Hex2D8959430232E953324
Octal55211131103043562256344
Binary1011011000100110110011000011010001110111010010101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,137,89); }

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

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

 a { background-color: rgb(45,137,89); }

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

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

 span { border-color: rgb(45,137,89); }

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