#2C994E

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

Shades of Sea Green #2C994E

Tints of Sea Green #2C994E

Color information

#2C994E (or 0x2C994E) is unknown color: approx Sea Green. HEX triplet: 2C, 99 and 4E. RGB value is (44,153,78). Sum of RGB (Red+Green+Blue) = 44+153+78=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 153 (60.16% from 255 or 55.64% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 153 - color contains mainly: green. Hex color #2C994E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C994E is #D366B1. Grayscale: #707070. Windows color (decimal): -13854386 or 5151020. OLE color: 5151020.

HSL color Cylindrical-coordinate representation of color #2C994E: hue angle of 138.72º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C994E is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.4.

Color convert

RGB4415378-
CMYK0.7100.490.4
HSL138.72º55.33%38.63%-
HSV(B)138.72º71.24%60%-
XYZ13.8123.8711.09-
YUV111.86108.8979.6-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16%
GREEN value IS 153 (60.16% from 255) = 55.64%
BLUE value IS 78 (30.86% from 255) = 28.36%
R=16%
G=55.64%
B=28.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal44153780.7100.490.4138.7255.3338.63
Hex2C994E47031288b3727
Octal54231116107061502136747
Binary1011001001100110011101000111011000110100010001011110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C994E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,153,78); }

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

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

 a { background-color: rgb(44,153,78); }

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

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

 span { border-color: rgb(44,153,78); }

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