#2F6F57

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

Shades of Evening Sea #2F6F57

Tints of Evening Sea #2F6F57

Color information

#2F6F57 (or 0x2F6F57) is unknown color: approx Evening Sea. HEX triplet: 2F, 6F and 57. RGB value is (47,111,87). Sum of RGB (Red+Green+Blue) = 47+111+87=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 111 - color contains mainly: green. Hex color #2F6F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6F57 is #D090A8. Grayscale: #595959. Windows color (decimal): -13668521 or 5730095. OLE color: 5730095.

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

Color convert

RGB4711187-
CMYK0.5800.220.56
HSL157.5º40.51%30.98%-
HSV(B)157.5º57.66%43.53%-
XYZ8.5812.6611.01-
YUV89.13126.897.95-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.18%
GREEN value IS 111 (43.75% from 255) = 45.31%
BLUE value IS 87 (34.38% from 255) = 35.51%
R=19.18%
G=45.31%
B=35.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47111870.5800.220.56157.540.5130.98
Hex2F6F573A016389e291f
Octal5715712772026702365137
Binary101111110111110101111110100101101110001001111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,111,87); }

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

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

 a { background-color: rgb(47,111,87); }

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

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

 span { border-color: rgb(47,111,87); }

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