#2E6250

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

Shades of Evening Sea #2E6250

Tints of Evening Sea #2E6250

Color information

#2E6250 (or 0x2E6250) is unknown color: approx Evening Sea. HEX triplet: 2E, 62 and 50. RGB value is (46,98,80). Sum of RGB (Red+Green+Blue) = 46+98+80=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #2E6250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6250 is #D19DAF. Grayscale: #505050. Windows color (decimal): -13737392 or 5268014. OLE color: 5268014.

HSL color Cylindrical-coordinate representation of color #2E6250: hue angle of 159.23º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E6250 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB469880-
CMYK0.5300.180.62
HSL159.23º36.11%28.24%-
HSV(B)159.23º53.06%38.43%-
XYZ6.949.99.13-
YUV80.4127.77103.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.54%
GREEN value IS 98 (38.67% from 255) = 43.75%
BLUE value IS 80 (31.64% from 255) = 35.71%
R=20.54%
G=43.75%
B=35.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4698800.5300.180.62159.2336.1128.24
Hex2E6250350123E9f241c
Octal5614212065022762374434
Binary101110110001010100001101010100101111101001111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,98,80); }

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

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

 a { background-color: rgb(46,98,80); }

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

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

 span { border-color: rgb(46,98,80); }

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