#2E6753

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

Shades of Evening Sea #2E6753

Tints of Evening Sea #2E6753

Color information

#2E6753 (or 0x2E6753) is unknown color: approx Evening Sea. HEX triplet: 2E, 67 and 53. RGB value is (46,103,83). Sum of RGB (Red+Green+Blue) = 46+103+83=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 103 - color contains mainly: green. Hex color #2E6753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6753 is #D198AC. Grayscale: #535353. Windows color (decimal): -13736109 or 5465902. OLE color: 5465902.

HSL color Cylindrical-coordinate representation of color #2E6753: hue angle of 158.95º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E6753 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB4610383-
CMYK0.5500.190.60
HSL158.95º38.26%29.22%-
HSV(B)158.95º55.34%40.39%-
XYZ7.5410.919.89-
YUV83.68127.62101.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.83%
GREEN value IS 103 (40.62% from 255) = 44.40%
BLUE value IS 83 (32.81% from 255) = 35.78%
R=19.83%
G=44.40%
B=35.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal46103830.5500.190.60158.9538.2629.22
Hex2E6753370133C9f261d
Octal5614712367023742374635
Binary101110110011110100111101110100111111001001111110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,103,83); }

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

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

 a { background-color: rgb(46,103,83); }

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

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

 span { border-color: rgb(46,103,83); }

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