Html Css Color HEX #1F483F Deep Teal

📋 copy color: '#1F483F'

red 31 ◦ green 72 ◦ blue 63

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

Shades of Deep Teal #1F483F

Tints of Deep Teal #1F483F

RGB

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

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

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

R = 18.67%
G = 43.37%
B = 37.95%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#1F483F (or 0x1F483F) is known color: Deep Teal. HEX triplet: 1F, 48 and 3F. RGB value is (31,72,63). Sum of RGB (Red+Green+Blue) = 31+72+63=166 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.67% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 72 - color contains mainly: green. Hex color #1F483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F483F is #E0B7C0. Grayscale: #3A3A3A. Windows color (decimal): -14727105 or 4147231. OLE color: 4147231.

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

Color convert

RGB 31 72 63 -
CMYK 0.57 0 0.12 0.72
HSL 166.83º 0.4% 0.2% -
HSV(B) 166.83º 0.57% 0.28% -
XYZ 3.78 5.28 5.52 -
YUV 58.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 31 72 63 0.57 0 0.12 0.72 166.83 0.4 0.2
Hex 1F 48 3F 39 0 C 48 A7 28 14
Octal 37 110 77 71 0 14 110 247 50 24
Binary 11111 1001000 111111 111001 0 1100 1001000 10100111 101000 10100

Color Harmonies of #1F483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F483F

Black with #1F483F

Text Example


Text Example

White with #1F483F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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