Html Css Color HEX #1F473D Deep Teal

📋 copy color: '#1F473D'

red 31 ◦ green 71 ◦ blue 61

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

Shades of Deep Teal #1F473D

Tints of Deep Teal #1F473D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.56%

 BLUE value IS 61 (24.22% from 255) = 37.42%

R = 19.02%
G = 43.56%
B = 37.42%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#1F473D (or 0x1F473D) is known color: Deep Teal. HEX triplet: 1F, 47 and 3D. RGB value is (31,71,61). Sum of RGB (Red+Green+Blue) = 31+71+61=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 71 - color contains mainly: green. Hex color #1F473D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F473D is #E0B8C2. Grayscale: #393939. Windows color (decimal): -14727363 or 4015903. OLE color: 4015903.

HSL color Cylindrical-coordinate representation of color #1F473D: hue angle of 165º 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 #1F473D is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 31 71 61 -
CMYK 0.56 0 0.14 0.72
HSL 165º 0.39% 0.2% -
HSV(B) 165º 0.56% 0.28% -
XYZ 3.66 5.13 5.21 -
YUV 57.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 31 71 61 0.56 0 0.14 0.72 165 0.39 0.2
Hex 1F 47 3D 38 0 E 48 A5 27 14
Octal 37 107 75 70 0 16 110 245 47 24
Binary 11111 1000111 111101 111000 0 1110 1001000 10100101 100111 10100

Color Harmonies of #1F473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F473D

Black with #1F473D

Text Example


Text Example

White with #1F473D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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