#2F474D

Color #2F474D Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #2F474D

Tints of Teal Blue #2F474D

Color information

#2F474D (or 0x2F474D) is unknown color: approx Teal Blue. HEX triplet: 2F, 47 and 4D. RGB value is (47,71,77). Sum of RGB (Red+Green+Blue) = 47+71+77=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F474D is #D0B8B2. Grayscale: #404040. Windows color (decimal): -13678771 or 5064495. OLE color: 5064495.

HSL color Cylindrical-coordinate representation of color #2F474D: hue angle of 192º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F474D is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB477177-
CMYK0.390.0800.70
HSL192º24.19%24.31%-
HSV(B)192º38.96%30.2%-
XYZ4.775.657.86-
YUV64.51135.05115.51-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.10%
GREEN value IS 71 (28.12% from 255) = 36.41%
BLUE value IS 77 (30.47% from 255) = 39.49%
R=24.10%
G=36.41%
B=39.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4771770.390.0800.7019224.1924.31
Hex2F474D278046c01818
Octal57107115471001063003030
Binary10111110001111001101100111100001000110110000001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,71,77); }

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

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

 a { background-color: rgb(47,71,77); }

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

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

 span { border-color: rgb(47,71,77); }

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