Html Css Color HEX #1F473F Deep Teal

📋 copy color: '#1F473F'

red 31 ◦ green 71 ◦ blue 63

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

Shades of Deep Teal #1F473F

Tints of Deep Teal #1F473F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 38.18%

R = 18.79%
G = 43.03%
B = 38.18%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#1F473F (or 0x1F473F) is known color: Deep Teal. HEX triplet: 1F, 47 and 3F. RGB value is (31,71,63). Sum of RGB (Red+Green+Blue) = 31+71+63=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 71 - color contains mainly: green. Hex color #1F473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F473F is #E0B8C0. Grayscale: #3A3A3A. Windows color (decimal): -14727361 or 4146975. OLE color: 4146975.

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

Color convert

RGB 31 71 63 -
CMYK 0.56 0 0.11 0.72
HSL 168º 0.39% 0.2% -
HSV(B) 168º 0.56% 0.28% -
XYZ 3.72 5.16 5.5 -
YUV 58.13 130.75 108.65 -
System Red Green Blue C M Y K H S L
Decimal 31 71 63 0.56 0 0.11 0.72 168 0.39 0.2
Hex 1F 47 3F 38 0 B 48 A8 27 14
Octal 37 107 77 70 0 13 110 250 47 24
Binary 11111 1000111 111111 111000 0 1011 1001000 10101000 100111 10100

Color Harmonies of #1F473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F473F

Black with #1F473F

Text Example


Text Example

White with #1F473F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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