#2F474F

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

Shades of Teal Blue #2F474F

Tints of Teal Blue #2F474F

Color information

#2F474F (or 0x2F474F) is unknown color: approx Teal Blue. HEX triplet: 2F, 47 and 4F. RGB value is (47,71,79). Sum of RGB (Red+Green+Blue) = 47+71+79=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 79 - color contains mainly: blue. Hex color #2F474F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F474F is #D0B8B0. Grayscale: #404040. Windows color (decimal): -13678769 or 5195567. OLE color: 5195567.

HSL color Cylindrical-coordinate representation of color #2F474F: hue angle of 195º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2F474F is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB477179-
CMYK0.410.1000.69
HSL195º25.4%24.71%-
HSV(B)195º40.51%30.98%-
XYZ4.845.688.24-
YUV64.74136.05115.35-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.86%
GREEN value IS 71 (28.12% from 255) = 36.04%
BLUE value IS 79 (31.25% from 255) = 40.10%
R=23.86%
G=36.04%
B=40.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4771790.410.1000.6919525.424.71
Hex2F474F29A045c31919
Octal57107117511201053033131
Binary10111110001111001111101001101001000101110000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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