#2C8260

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

Shades of Sea Green #2C8260

Tints of Sea Green #2C8260

Color information

#2C8260 (or 0x2C8260) is unknown color: approx Sea Green. HEX triplet: 2C, 82 and 60. RGB value is (44,130,96). Sum of RGB (Red+Green+Blue) = 44+130+96=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #2C8260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8260 is #D37D9F. Grayscale: #646464. Windows color (decimal): -13860256 or 6324780. OLE color: 6324780.

HSL color Cylindrical-coordinate representation of color #2C8260: hue angle of 156.28º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C8260 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB4413096-
CMYK0.6600.260.49
HSL156.28º49.43%34.12%-
HSV(B)156.28º66.15%50.98%-
XYZ11.1317.3513.83-
YUV100.41125.5187.76-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.30%
GREEN value IS 130 (51.17% from 255) = 48.15%
BLUE value IS 96 (37.89% from 255) = 35.56%
R=16.30%
G=48.15%
B=35.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal44130960.6600.260.49156.2849.4334.12
Hex2C82604201A319c3122
Octal54202140102032612346142
Binary101100100000101100000100001001101011000110011100110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,130,96); }

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

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

 a { background-color: rgb(44,130,96); }

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

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

 span { border-color: rgb(44,130,96); }

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