#2F5C50

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

Shades of Evening Sea #2F5C50

Tints of Evening Sea #2F5C50

Color information

#2F5C50 (or 0x2F5C50) is unknown color: approx Evening Sea. HEX triplet: 2F, 5C and 50. RGB value is (47,92,80). Sum of RGB (Red+Green+Blue) = 47+92+80=219 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.46% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 92 - color contains mainly: green. Hex color #2F5C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5C50 is #D0A3AF. Grayscale: #4D4D4D. Windows color (decimal): -13673392 or 5266479. OLE color: 5266479.

HSL color Cylindrical-coordinate representation of color #2F5C50: hue angle of 164º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F5C50 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB479280-
CMYK0.4900.130.64
HSL164º32.37%27.25%-
HSV(B)164º48.91%36.08%-
XYZ6.458.848.96-
YUV77.18129.59106.48-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.46%
GREEN value IS 92 (36.33% from 255) = 42.01%
BLUE value IS 80 (31.64% from 255) = 36.53%
R=21.46%
G=42.01%
B=36.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4792800.4900.130.6416432.3727.25
Hex2F5C50310D40a4201b
Octal57134120610151002444033
Binary101111101110010100001100010110110000001010010010000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,92,80); }

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

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

 a { background-color: rgb(47,92,80); }

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

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

 span { border-color: rgb(47,92,80); }

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