#2F5351

Color #2F5351 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #2F5351

Tints of Dark Slate Grey #2F5351

Color information

#2F5351 (or 0x2F5351) is unknown color: approx Dark Slate Grey. HEX triplet: 2F, 53 and 51. RGB value is (47,83,81). Sum of RGB (Red+Green+Blue) = 47+83+81=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 83 - color contains mainly: green. Hex color #2F5351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5351 is #D0ACAE. Grayscale: #474747. Windows color (decimal): -13675695 or 5329711. OLE color: 5329711.

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

Color convert

RGB478381-
CMYK0.4300.020.67
HSL176.67º27.69%25.49%-
HSV(B)176.67º43.37%32.55%-
XYZ5.757.388.91-
YUV72.01133.07110.16-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.27%
GREEN value IS 83 (32.81% from 255) = 39.34%
BLUE value IS 81 (32.03% from 255) = 38.39%
R=22.27%
G=39.34%
B=38.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4783810.4300.020.67176.6727.6925.49
Hex2F53512B0243b11c19
Octal5712312153021032613431
Binary101111101001110100011010110101000011101100011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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