#2D614E

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

Shades of Evening Sea #2D614E

Tints of Evening Sea #2D614E

Color information

#2D614E (or 0x2D614E) is unknown color: approx Evening Sea. HEX triplet: 2D, 61 and 4E. RGB value is (45,97,78). Sum of RGB (Red+Green+Blue) = 45+97+78=220 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.45% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #2D614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D614E is #D29EB1. Grayscale: #4F4F4F. Windows color (decimal): -13803186 or 5136685. OLE color: 5136685.

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

Color convert

RGB459778-
CMYK0.5400.200.62
HSL158.08º36.62%27.84%-
HSV(B)158.08º53.61%38.04%-
XYZ6.739.668.72-
YUV79.29127.27103.54-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.45%
GREEN value IS 97 (38.28% from 255) = 44.09%
BLUE value IS 78 (30.86% from 255) = 35.45%
R=20.45%
G=44.09%
B=35.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4597780.5400.200.62158.0836.6227.84
Hex2D614E360143E9e251c
Octal5514111666024762364534
Binary101101110000110011101101100101001111101001111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,97,78); }

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

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

 a { background-color: rgb(45,97,78); }

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

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

 span { border-color: rgb(45,97,78); }

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