#2C9C50

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

Shades of Sea Green #2C9C50

Tints of Sea Green #2C9C50

Color information

#2C9C50 (or 0x2C9C50) is unknown color: approx Sea Green. HEX triplet: 2C, 9C and 50. RGB value is (44,156,80). Sum of RGB (Red+Green+Blue) = 44+156+80=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 156 (61.33% from 255 or 55.71% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 156 - color contains mainly: green. Hex color #2C9C50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9C50 is #D363AF. Grayscale: #727272. Windows color (decimal): -13853616 or 5282860. OLE color: 5282860.

HSL color Cylindrical-coordinate representation of color #2C9C50: hue angle of 139.29º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C9C50 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB4415680-
CMYK0.7200.490.39
HSL139.29º56%39.22%-
HSV(B)139.29º71.79%61.18%-
XYZ14.3824.8911.64-
YUV113.85108.8978.18-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.71%
GREEN value IS 156 (61.33% from 255) = 55.71%
BLUE value IS 80 (31.64% from 255) = 28.57%
R=15.71%
G=55.71%
B=28.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal44156800.7200.490.39139.295639.22
Hex2C9C5048031278b3827
Octal54234120110061472137047
Binary1011001001110010100001001000011000110011110001011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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