#2C6953

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

Shades of Evening Sea #2C6953

Tints of Evening Sea #2C6953

Color information

#2C6953 (or 0x2C6953) is unknown color: approx Evening Sea. HEX triplet: 2C, 69 and 53. RGB value is (44,105,83). Sum of RGB (Red+Green+Blue) = 44+105+83=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #2C6953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6953 is #D396AC. Grayscale: #545454. Windows color (decimal): -13866669 or 5466412. OLE color: 5466412.

HSL color Cylindrical-coordinate representation of color #2C6953: hue angle of 158.36º 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 #2C6953 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB4410583-
CMYK0.5800.210.59
HSL158.36º40.94%29.22%-
HSV(B)158.36º58.1%41.18%-
XYZ7.6511.269.95-
YUV84.25127.2999.29-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.97%
GREEN value IS 105 (41.41% from 255) = 45.26%
BLUE value IS 83 (32.81% from 255) = 35.78%
R=18.97%
G=45.26%
B=35.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44105830.5800.210.59158.3640.9429.22
Hex2C69533A0153B9e291d
Octal5415112372025732365135
Binary101100110100110100111110100101011110111001111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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