#2C9B50

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

Shades of Sea Green #2C9B50

Tints of Sea Green #2C9B50

Color information

#2C9B50 (or 0x2C9B50) is unknown color: approx Sea Green. HEX triplet: 2C, 9B and 50. RGB value is (44,155,80). Sum of RGB (Red+Green+Blue) = 44+155+80=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 155 (60.94% from 255 or 55.56% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 155 - color contains mainly: green. Hex color #2C9B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9B50 is #D364AF. Grayscale: #717171. Windows color (decimal): -13853872 or 5282604. OLE color: 5282604.

HSL color Cylindrical-coordinate representation of color #2C9B50: hue angle of 139.46º 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 #2C9B50 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB4415580-
CMYK0.7200.480.39
HSL139.46º55.78%39.02%-
HSV(B)139.46º71.61%60.78%-
XYZ14.2124.5611.58-
YUV113.26109.2378.6-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.77%
GREEN value IS 155 (60.94% from 255) = 55.56%
BLUE value IS 80 (31.64% from 255) = 28.67%
R=15.77%
G=55.56%
B=28.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal44155800.7200.480.39139.4655.7839.02
Hex2C9B5048030278b3827
Octal54233120110060472137047
Binary1011001001101110100001001000011000010011110001011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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