Html Css Color HEX #1F4742 Deep Teal

📋 copy color: '#1F4742'

red 31 ◦ green 71 ◦ blue 66

#1F4742
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #1F4742

Tints of Deep Teal #1F4742

RGB

 RED value IS 31 (12.5% from 255) = 18.45%

 GREEN value IS 71 (28.13% 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 value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#1F4742 (or 0x1F4742) is known color: 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

RGB 31 71 66 -
CMYK 0.56 0 0.07 0.72
HSL 172.5º 0.39% 0.2% -
HSV(B) 172.5º 0.56% 0.28% -
XYZ 3.8 5.19 5.96 -
YUV 58.47 132.25 108.41 -
System Red Green Blue C M Y K H S L
Decimal 31 71 66 0.56 0 0.07 0.72 172.5 0.39 0.2
Hex 1F 47 42 38 0 7 48 AC 27 14
Octal 37 107 102 70 0 7 110 254 47 24
Binary 11111 1000111 1000010 111000 0 111 1001000 10101100 100111 10100

Color Harmonies of #1F4742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4742

Black with #1F4742

Text Example


Text Example

White with #1F4742

Text Example


Text Example

HTML Codes & Css Web 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>