#2D6B50

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

Shades of Evening Sea #2D6B50

Tints of Evening Sea #2D6B50

Color information

#2D6B50 (or 0x2D6B50) is unknown color: approx Evening Sea. HEX triplet: 2D, 6B and 50. RGB value is (45,107,80). Sum of RGB (Red+Green+Blue) = 45+107+80=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 107 - color contains mainly: green. Hex color #2D6B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6B50 is #D294AF. Grayscale: #555555. Windows color (decimal): -13800624 or 5270317. OLE color: 5270317.

HSL color Cylindrical-coordinate representation of color #2D6B50: hue angle of 153.87º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D6B50 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB4510780-
CMYK0.5800.250.58
HSL153.87º40.79%29.8%-
HSV(B)153.87º57.94%41.96%-
XYZ7.7911.659.43-
YUV85.38124.9699.2-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.40%
GREEN value IS 107 (42.19% from 255) = 46.12%
BLUE value IS 80 (31.64% from 255) = 34.48%
R=19.40%
G=46.12%
B=34.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45107800.5800.250.58153.8740.7929.8
Hex2D6B503A0193A9a291e
Octal5515312072031722325136
Binary101101110101110100001110100110011110101001101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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