#1F4742

Color #1F4742 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #1F4742

Tints of Deep Teal #1F4742

Color information

#1F4742 (or 0x1F4742) is unknown color: approx Deep Teal. HEX triplet: 1F, 47 and 42. RGB value is (31,71,66). Sum of RGB (Red+Green+Blue) = 31+71+66=168 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.45% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 71 - color contains mainly: green. Hex color #1F4742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4742 is #E0B8BD. Grayscale: #3A3A3A. Windows color (decimal): -14727358 or 4343583. OLE color: 4343583.

HSL color Cylindrical-coordinate representation of color #1F4742: hue angle of 172.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F4742 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB317166-
CMYK0.5600.070.72
HSL172.5º39.22%20%-
HSV(B)172.5º56.34%27.84%-
XYZ3.85.195.96-
YUV58.47132.25108.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.45%
GREEN value IS 71 (28.12% from 255) = 42.26%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=18.45%
G=42.26%
B=39.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3171660.5600.070.72172.539.2220
Hex1F4742380748ac2714
Octal3710710270071102544724
Binary1111110001111000010111000011110010001010110010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F4742; }

 p { color: rgb(31,71,66); }

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

<style>
 a { background-color: #1F4742; }

 a { background-color: rgb(31,71,66); }

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

<style>
 span { border-color: #1F4742; }

 span { border-color: rgb(31,71,66); }

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