#2C694F

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

Shades of Evening Sea #2C694F

Tints of Evening Sea #2C694F

Color information

#2C694F (or 0x2C694F) is unknown color: approx Evening Sea. HEX triplet: 2C, 69 and 4F. RGB value is (44,105,79). Sum of RGB (Red+Green+Blue) = 44+105+79=228 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.30% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 105 - color contains mainly: green. Hex color #2C694F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C694F is #D396B0. Grayscale: #535353. Windows color (decimal): -13866673 or 5204268. OLE color: 5204268.

HSL color Cylindrical-coordinate representation of color #2C694F: hue angle of 154.43º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C694F is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB4410579-
CMYK0.5800.250.59
HSL154.43º40.94%29.22%-
HSV(B)154.43º58.1%41.18%-
XYZ7.511.29.16-
YUV83.8125.2999.61-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.30%
GREEN value IS 105 (41.41% from 255) = 46.05%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=19.30%
G=46.05%
B=34.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44105790.5800.250.59154.4340.9429.22
Hex2C694F3A0193B9a291d
Octal5415111772031732325135
Binary101100110100110011111110100110011110111001101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,105,79); }

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

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

 a { background-color: rgb(44,105,79); }

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

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

 span { border-color: rgb(44,105,79); }

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