#2C814D

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

Shades of Sea Green #2C814D

Tints of Sea Green #2C814D

Color information

#2C814D (or 0x2C814D) is unknown color: approx Sea Green. HEX triplet: 2C, 81 and 4D. RGB value is (44,129,77). Sum of RGB (Red+Green+Blue) = 44+129+77=250 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.6% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #2C814D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C814D is #D37EB2. Grayscale: #616161. Windows color (decimal): -13860531 or 5079340. OLE color: 5079340.

HSL color Cylindrical-coordinate representation of color #2C814D: hue angle of 143.29º 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 #2C814D is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB4412977-
CMYK0.6600.400.49
HSL143.29º49.13%33.92%-
HSV(B)143.29º65.89%50.59%-
XYZ10.2316.779.72-
YUV97.66116.3489.73-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.6%
GREEN value IS 129 (50.78% from 255) = 51.6%
BLUE value IS 77 (30.47% from 255) = 30.8%
R=17.6%
G=51.6%
B=30.8%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal44129770.6600.400.49143.2949.1333.92
Hex2C814D42028318f3122
Octal54201115102050612176142
Binary1011001000000110011011000010010100011000110001111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C814D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,129,77); }

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

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

 a { background-color: rgb(44,129,77); }

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

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

 span { border-color: rgb(44,129,77); }

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