#2D6F56

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

Shades of Evening Sea #2D6F56

Tints of Evening Sea #2D6F56

Color information

#2D6F56 (or 0x2D6F56) is unknown color: approx Evening Sea. HEX triplet: 2D, 6F and 56. RGB value is (45,111,86). Sum of RGB (Red+Green+Blue) = 45+111+86=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 111 - color contains mainly: green. Hex color #2D6F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6F56 is #D290A9. Grayscale: #585858. Windows color (decimal): -13799594 or 5664557. OLE color: 5664557.

HSL color Cylindrical-coordinate representation of color #2D6F56: hue angle of 157.27º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D6F56 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB4511186-
CMYK0.5900.230.56
HSL157.27º42.31%30.59%-
HSV(B)157.27º59.46%43.53%-
XYZ8.4512.610.79-
YUV88.42126.6397.03-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.60%
GREEN value IS 111 (43.75% from 255) = 45.87%
BLUE value IS 86 (33.98% from 255) = 35.54%
R=18.60%
G=45.87%
B=35.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45111860.5900.230.56157.2742.3130.59
Hex2D6F563B017389d2a1f
Octal5515712673027702355237
Binary101101110111110101101110110101111110001001110110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,111,86); }

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

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

 a { background-color: rgb(45,111,86); }

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

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

 span { border-color: rgb(45,111,86); }

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