#2C914D

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

Shades of Sea Green #2C914D

Tints of Sea Green #2C914D

Color information

#2C914D (or 0x2C914D) is unknown color: approx Sea Green. HEX triplet: 2C, 91 and 4D. RGB value is (44,145,77). Sum of RGB (Red+Green+Blue) = 44+145+77=266 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.54% from 266); Green value is 145 (57.03% from 255 or 54.51% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 145 - color contains mainly: green. Hex color #2C914D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C914D is #D36EB2. Grayscale: #6B6B6B. Windows color (decimal): -13856435 or 5083436. OLE color: 5083436.

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

Color convert

RGB4414577-
CMYK0.7000.470.43
HSL139.6º53.44%37.06%-
HSV(B)139.6º69.66%56.86%-
XYZ12.521.3210.48-
YUV107.05111.0483.03-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.54%
GREEN value IS 145 (57.03% from 255) = 54.51%
BLUE value IS 77 (30.47% from 255) = 28.95%
R=16.54%
G=54.51%
B=28.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal44145770.7000.470.43139.653.4437.06
Hex2C914D4602F2B8c3525
Octal54221115106057532146545
Binary1011001001000110011011000110010111110101110001100110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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