Html Css Color HEX #1F483E Deep Teal

📋 copy color: '#1F483E'

red 31 ◦ green 72 ◦ blue 62

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

Shades of Deep Teal #1F483E

Tints of Deep Teal #1F483E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.64%

 BLUE value IS 62 (24.61% from 255) = 37.58%

R = 18.79%
G = 43.64%
B = 37.58%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#1F483E (or 0x1F483E) is known color: Deep Teal. HEX triplet: 1F, 48 and 3E. RGB value is (31,72,62). Sum of RGB (Red+Green+Blue) = 31+72+62=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #1F483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F483E is #E0B7C1. Grayscale: #3A3A3A. Windows color (decimal): -14727106 or 4081695. OLE color: 4081695.

HSL color Cylindrical-coordinate representation of color #1F483E: hue angle of 165.37º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F483E is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 31 72 62 -
CMYK 0.57 0 0.14 0.72
HSL 165.37º 0.4% 0.2% -
HSV(B) 165.37º 0.57% 0.28% -
XYZ 3.75 5.27 5.38 -
YUV 58.6 129.92 108.31 -
System Red Green Blue C M Y K H S L
Decimal 31 72 62 0.57 0 0.14 0.72 165.37 0.4 0.2
Hex 1F 48 3E 39 0 E 48 A5 28 14
Octal 37 110 76 71 0 16 110 245 50 24
Binary 11111 1001000 111110 111001 0 1110 1001000 10100101 101000 10100

Color Harmonies of #1F483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F483E

Black with #1F483E

Text Example


Text Example

White with #1F483E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,72,62); }

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

background-color css

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

 a { background-color: rgb(31,72,62); }

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

border-color css

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

 span { border-color: rgb(31,72,62); }

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