Html Css Color HEX #1F4940 Deep Teal

📋 copy color: '#1F4940'

red 31 ◦ green 73 ◦ blue 64

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

Shades of Deep Teal #1F4940

Tints of Deep Teal #1F4940

RGB

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

 GREEN value IS 73 (28.91% from 255) = 43.45%

 BLUE value IS 64 (25.39% from 255) = 38.1%

R = 18.45%
G = 43.45%
B = 38.1%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#1F4940 (or 0x1F4940) is known color: Deep Teal. HEX triplet: 1F, 49 and 40. RGB value is (31,73,64). Sum of RGB (Red+Green+Blue) = 31+73+64=168 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.45% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 73 - color contains mainly: green. Hex color #1F4940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4940 is #E0B6BF. Grayscale: #3B3B3B. Windows color (decimal): -14726848 or 4213023. OLE color: 4213023.

HSL color Cylindrical-coordinate representation of color #1F4940: hue angle of 167.14º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F4940 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 31 73 64 -
CMYK 0.58 0 0.12 0.71
HSL 167.14º 0.4% 0.2% -
HSV(B) 167.14º 0.58% 0.29% -
XYZ 3.87 5.43 5.69 -
YUV 59.42 130.59 107.73 -
System Red Green Blue C M Y K H S L
Decimal 31 73 64 0.58 0 0.12 0.71 167.14 0.4 0.2
Hex 1F 49 40 3A 0 C 47 A7 28 14
Octal 37 111 100 72 0 14 107 247 50 24
Binary 11111 1001001 1000000 111010 0 1100 1000111 10100111 101000 10100

Color Harmonies of #1F4940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4940

Black with #1F4940

Text Example


Text Example

White with #1F4940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,73,64); }

 H1.HeaderClassName
 {
   color: #1F4940;
 }
 .AnyTagClassName
 {
   color: #1F4940;
 }
</style>

background-color css

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

 a { background-color: rgb(31,73,64); }

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

border-color css

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

 span { border-color: rgb(31,73,64); }

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