#2C8550

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

Shades of Sea Green #2C8550

Tints of Sea Green #2C8550

Color information

#2C8550 (or 0x2C8550) is unknown color: approx Sea Green. HEX triplet: 2C, 85 and 50. RGB value is (44,133,80). Sum of RGB (Red+Green+Blue) = 44+133+80=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #2C8550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8550 is #D37AAF. Grayscale: #646464. Windows color (decimal): -13859504 or 5276972. OLE color: 5276972.

HSL color Cylindrical-coordinate representation of color #2C8550: hue angle of 144.27º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C8550 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB4413380-
CMYK0.6700.400.48
HSL144.27º50.28%34.71%-
HSV(B)144.27º66.92%52.16%-
XYZ10.8717.8910.47-
YUV100.35116.5187.81-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.12%
GREEN value IS 133 (52.34% from 255) = 51.75%
BLUE value IS 80 (31.64% from 255) = 31.13%
R=17.12%
G=51.75%
B=31.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal44133800.6700.400.48144.2750.2834.71
Hex2C85504302830903223
Octal54205120103050602206243
Binary1011001000010110100001000011010100011000010010000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,133,80); }

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

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

 a { background-color: rgb(44,133,80); }

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

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

 span { border-color: rgb(44,133,80); }

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