#2E6953

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

Shades of Evening Sea #2E6953

Tints of Evening Sea #2E6953

Color information

#2E6953 (or 0x2E6953) is unknown color: approx Evening Sea. HEX triplet: 2E, 69 and 53. RGB value is (46,105,83). Sum of RGB (Red+Green+Blue) = 46+105+83=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 105 - color contains mainly: green. Hex color #2E6953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6953 is #D196AC. Grayscale: #545454. Windows color (decimal): -13735597 or 5466414. OLE color: 5466414.

HSL color Cylindrical-coordinate representation of color #2E6953: hue angle of 157.63º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E6953 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB4610583-
CMYK0.5600.210.59
HSL157.63º39.07%29.61%-
HSV(B)157.63º56.19%41.18%-
XYZ7.7411.319.96-
YUV84.85126.95100.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.66%
GREEN value IS 105 (41.41% from 255) = 44.87%
BLUE value IS 83 (32.81% from 255) = 35.47%
R=19.66%
G=44.87%
B=35.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal46105830.5600.210.59157.6339.0729.61
Hex2E6953380153B9e271e
Octal5615112370025732364736
Binary101110110100110100111110000101011110111001111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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