#2C8D61

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

Shades of Sea Green #2C8D61

Tints of Sea Green #2C8D61

Color information

#2C8D61 (or 0x2C8D61) is unknown color: approx Sea Green. HEX triplet: 2C, 8D and 61. RGB value is (44,141,97). Sum of RGB (Red+Green+Blue) = 44+141+97=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #2C8D61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8D61 is #D3729E. Grayscale: #6B6B6B. Windows color (decimal): -13857439 or 6393132. OLE color: 6393132.

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

Color convert

RGB4414197-
CMYK0.6900.310.45
HSL152.78º52.43%36.27%-
HSV(B)152.78º68.79%55.29%-
XYZ12.7220.4514.59-
YUV106.98122.3683.08-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.60%
GREEN value IS 141 (55.47% from 255) = 50%
BLUE value IS 97 (38.28% from 255) = 34.40%
R=15.60%
G=50%
B=34.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal44141970.6900.310.45152.7852.4336.27
Hex2C8D614501F2D993424
Octal54215141105037552316444
Binary101100100011011100001100010101111110110110011001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,141,97); }

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

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

 a { background-color: rgb(44,141,97); }

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

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

 span { border-color: rgb(44,141,97); }

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