#2E6352

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

Shades of Evening Sea #2E6352

Tints of Evening Sea #2E6352

Color information

#2E6352 (or 0x2E6352) is unknown color: approx Evening Sea. HEX triplet: 2E, 63 and 52. RGB value is (46,99,82). Sum of RGB (Red+Green+Blue) = 46+99+82=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 99 - color contains mainly: green. Hex color #2E6352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6352 is #D19CAD. Grayscale: #515151. Windows color (decimal): -13737134 or 5399342. OLE color: 5399342.

HSL color Cylindrical-coordinate representation of color #2E6352: hue angle of 160.75º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E6352 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB469982-
CMYK0.5400.170.61
HSL160.75º36.55%28.43%-
HSV(B)160.75º53.54%38.82%-
XYZ7.1110.119.56-
YUV81.22128.44102.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.26%
GREEN value IS 99 (39.06% from 255) = 43.61%
BLUE value IS 82 (32.42% from 255) = 36.12%
R=20.26%
G=43.61%
B=36.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4699820.5400.170.61160.7536.5528.43
Hex2E6352360113Da1251c
Octal5614312266021752414534
Binary101110110001110100101101100100011111011010000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,99,82); }

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

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

 a { background-color: rgb(46,99,82); }

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

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

 span { border-color: rgb(46,99,82); }

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