#2C6350

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

Shades of Evening Sea #2C6350

Tints of Evening Sea #2C6350

Color information

#2C6350 (or 0x2C6350) is unknown color: approx Evening Sea. HEX triplet: 2C, 63 and 50. RGB value is (44,99,80). Sum of RGB (Red+Green+Blue) = 44+99+80=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 99 - color contains mainly: green. Hex color #2C6350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6350 is #D39CAF. Grayscale: #505050. Windows color (decimal): -13868208 or 5268268. OLE color: 5268268.

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

Color convert

RGB449980-
CMYK0.5600.190.61
HSL159.27º38.46%28.04%-
HSV(B)159.27º55.56%38.82%-
XYZ6.9510.049.16-
YUV80.39127.78102.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.73%
GREEN value IS 99 (39.06% from 255) = 44.39%
BLUE value IS 80 (31.64% from 255) = 35.87%
R=19.73%
G=44.39%
B=35.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4499800.5600.190.61159.2738.4628.04
Hex2C6350380133D9f261c
Octal5414312070023752374634
Binary101100110001110100001110000100111111011001111110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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