#2D9059

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

Shades of Sea Green #2D9059

Tints of Sea Green #2D9059

Color information

#2D9059 (or 0x2D9059) is unknown color: approx Sea Green. HEX triplet: 2D, 90 and 59. RGB value is (45,144,89). Sum of RGB (Red+Green+Blue) = 45+144+89=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 144 (56.64% from 255 or 51.80% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 144 - color contains mainly: green. Hex color #2D9059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9059 is #D26FA6. Grayscale: #6C6C6C. Windows color (decimal): -13791143 or 5869613. OLE color: 5869613.

HSL color Cylindrical-coordinate representation of color #2D9059: hue angle of 146.67º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9059 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB4514489-
CMYK0.6900.380.44
HSL146.67º52.38%37.06%-
HSV(B)146.67º68.75%56.47%-
XYZ12.8621.2312.87-
YUV108.13117.282.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.19%
GREEN value IS 144 (56.64% from 255) = 51.80%
BLUE value IS 89 (35.16% from 255) = 32.01%
R=16.19%
G=51.80%
B=32.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal45144890.6900.380.44146.6752.3837.06
Hex2D9059450262C933425
Octal55220131105046542236445
Binary1011011001000010110011000101010011010110010010011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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