#2D9157

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

Shades of Sea Green #2D9157

Tints of Sea Green #2D9157

Color information

#2D9157 (or 0x2D9157) is unknown color: approx Sea Green. HEX triplet: 2D, 91 and 57. RGB value is (45,145,87). Sum of RGB (Red+Green+Blue) = 45+145+87=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #2D9157 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9157 is #D26EA8. Grayscale: #6C6C6C. Windows color (decimal): -13790889 or 5738797. OLE color: 5738797.

HSL color Cylindrical-coordinate representation of color #2D9157: hue angle of 145.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9157 is Cyan = 0.69, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.43.

Color convert

RGB4514587-
CMYK0.6900.40.43
HSL145.2º52.63%37.25%-
HSV(B)145.2º68.97%56.86%-
XYZ12.9321.512.48-
YUV108.49115.8782.72-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.25%
GREEN value IS 145 (57.03% from 255) = 52.35%
BLUE value IS 87 (34.38% from 255) = 31.41%
R=16.25%
G=52.35%
B=31.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal45145870.6900.40.43145.252.6337.25
Hex2D9157450282B913525
Octal55221127105050532216545
Binary1011011001000110101111000101010100010101110010001110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,145,87); }

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

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

 a { background-color: rgb(45,145,87); }

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

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

 span { border-color: rgb(45,145,87); }

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