Html Css Color HEX #1F4D41 Deep Teal

📋 copy color: '#1F4D41'

red 31 ◦ green 77 ◦ blue 65

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

Shades of Deep Teal #1F4D41

Tints of Deep Teal #1F4D41

RGB

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

 GREEN value IS 77 (30.47% from 255) = 44.51%

 BLUE value IS 65 (25.78% from 255) = 37.57%

R = 17.92%
G = 44.51%
B = 37.57%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#1F4D41 (or 0x1F4D41) is known color: Deep Teal. HEX triplet: 1F, 4D and 41. RGB value is (31,77,65). Sum of RGB (Red+Green+Blue) = 31+77+65=173 (22% of max value = 765). Red value is 31 (12.5% from 255 or 17.92% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 77 - color contains mainly: green. Hex color #1F4D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F4D41 is #E0B2BE. Grayscale: #3D3D3D. Windows color (decimal): -14725823 or 4279583. OLE color: 4279583.

HSL color Cylindrical-coordinate representation of color #1F4D41: hue angle of 164.35º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F4D41 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB 31 77 65 -
CMYK 0.60 0 0.16 0.70
HSL 164.35º 0.43% 0.21% -
HSV(B) 164.35º 0.6% 0.3% -
XYZ 4.17 5.98 5.94 -
YUV 61.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 31 77 65 0.60 0 0.16 0.70 164.35 0.43 0.21
Hex 1F 4D 41 3C 0 10 46 A4 2B 15
Octal 37 115 101 74 0 20 106 244 53 25
Binary 11111 1001101 1000001 111100 0 10000 1000110 10100100 101011 10101

Color Harmonies of #1F4D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4D41

Black with #1F4D41

Text Example


Text Example

White with #1F4D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,77,65); }

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

background-color css

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

 a { background-color: rgb(31,77,65); }

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

border-color css

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

 span { border-color: rgb(31,77,65); }

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