#2D6153

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

Shades of Evening Sea #2D6153

Tints of Evening Sea #2D6153

Color information

#2D6153 (or 0x2D6153) is unknown color: approx Evening Sea. HEX triplet: 2D, 61 and 53. RGB value is (45,97,83). Sum of RGB (Red+Green+Blue) = 45+97+83=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #2D6153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6153 is #D29EAC. Grayscale: #4F4F4F. Windows color (decimal): -13803181 or 5464365. OLE color: 5464365.

HSL color Cylindrical-coordinate representation of color #2D6153: hue angle of 163.85º 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 #2D6153 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB459783-
CMYK0.5400.140.62
HSL163.85º36.62%27.84%-
HSV(B)163.85º53.61%38.04%-
XYZ6.929.739.7-
YUV79.86129.77103.14-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20%
GREEN value IS 97 (38.28% from 255) = 43.11%
BLUE value IS 83 (32.81% from 255) = 36.89%
R=20%
G=43.11%
B=36.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4597830.5400.140.62163.8536.6227.84
Hex2D6153360E3Ea4251c
Octal5514112366016762444534
Binary10110111000011010011110110011101111101010010010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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