#2F6053

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

Shades of Evening Sea #2F6053

Tints of Evening Sea #2F6053

Color information

#2F6053 (or 0x2F6053) is unknown color: approx Evening Sea. HEX triplet: 2F, 60 and 53. RGB value is (47,96,83). Sum of RGB (Red+Green+Blue) = 47+96+83=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 96 - color contains mainly: green. Hex color #2F6053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6053 is #D09FAC. Grayscale: #4F4F4F. Windows color (decimal): -13672365 or 5464111. OLE color: 5464111.

HSL color Cylindrical-coordinate representation of color #2F6053: hue angle of 164.08º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F6053 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB479683-
CMYK0.5100.140.62
HSL164.08º34.27%28.04%-
HSV(B)164.08º51.04%37.65%-
XYZ6.929.599.67-
YUV79.87129.77104.56-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.80%
GREEN value IS 96 (37.89% from 255) = 42.48%
BLUE value IS 83 (32.81% from 255) = 36.73%
R=20.80%
G=42.48%
B=36.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4796830.5100.140.62164.0834.2728.04
Hex2F6053330E3Ea4221c
Octal5714012363016762444234
Binary10111111000001010011110011011101111101010010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,96,83); }

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

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

 a { background-color: rgb(47,96,83); }

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

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

 span { border-color: rgb(47,96,83); }

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