#2E6954

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

Shades of Evening Sea #2E6954

Tints of Evening Sea #2E6954

Color information

#2E6954 (or 0x2E6954) is unknown color: approx Evening Sea. HEX triplet: 2E, 69 and 54. RGB value is (46,105,84). Sum of RGB (Red+Green+Blue) = 46+105+84=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 105 - color contains mainly: green. Hex color #2E6954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6954 is #D196AB. Grayscale: #545454. Windows color (decimal): -13735596 or 5531950. OLE color: 5531950.

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

Color convert

RGB4610584-
CMYK0.5600.200.59
HSL158.64º39.07%29.61%-
HSV(B)158.64º56.19%41.18%-
XYZ7.7811.3210.16-
YUV84.96127.45100.21-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.57%
GREEN value IS 105 (41.41% from 255) = 44.68%
BLUE value IS 84 (33.20% from 255) = 35.74%
R=19.57%
G=44.68%
B=35.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal46105840.5600.200.59158.6439.0729.61
Hex2E6954380143B9f271e
Octal5615112470024732374736
Binary101110110100110101001110000101001110111001111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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