#2D6250

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

Shades of Evening Sea #2D6250

Tints of Evening Sea #2D6250

Color information

#2D6250 (or 0x2D6250) is unknown color: approx Evening Sea. HEX triplet: 2D, 62 and 50. RGB value is (45,98,80). Sum of RGB (Red+Green+Blue) = 45+98+80=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #2D6250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6250 is #D29DAF. Grayscale: #505050. Windows color (decimal): -13802928 or 5268013. OLE color: 5268013.

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

Color convert

RGB459880-
CMYK0.5400.180.62
HSL159.62º37.06%28.04%-
HSV(B)159.62º54.08%38.43%-
XYZ6.99.879.13-
YUV80.1127.94102.96-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.18%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 80 (31.64% from 255) = 35.87%
R=20.18%
G=43.95%
B=35.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4598800.5400.180.62159.6237.0628.04
Hex2D6250360123Ea0251c
Octal5514212066022762404534
Binary101101110001010100001101100100101111101010000010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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