#2F544B

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

Shades of Evening Sea #2F544B

Tints of Evening Sea #2F544B

Color information

#2F544B (or 0x2F544B) is unknown color: approx Evening Sea. HEX triplet: 2F, 54 and 4B. RGB value is (47,84,75). Sum of RGB (Red+Green+Blue) = 47+84+75=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 84 - color contains mainly: green. Hex color #2F544B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F544B is #D0ABB4. Grayscale: #474747. Windows color (decimal): -13675445 or 4936751. OLE color: 4936751.

HSL color Cylindrical-coordinate representation of color #2F544B: hue angle of 165.41º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2F544B is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB478475-
CMYK0.4400.110.67
HSL165.41º28.24%25.69%-
HSV(B)165.41º44.05%32.94%-
XYZ5.617.457.8-
YUV71.91129.74110.23-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.82%
GREEN value IS 84 (33.20% from 255) = 40.78%
BLUE value IS 75 (29.69% from 255) = 36.41%
R=22.82%
G=40.78%
B=36.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4784750.4400.110.67165.4128.2425.69
Hex2F544B2C0B43a51c1a
Octal57124113540131032453432
Binary10111110101001001011101100010111000011101001011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,84,75); }

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

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

 a { background-color: rgb(47,84,75); }

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

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

 span { border-color: rgb(47,84,75); }

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