Html Css Color HEX #1F483D Deep Teal

📋 copy color: '#1F483D'

red 31 ◦ green 72 ◦ blue 61

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

Shades of Deep Teal #1F483D

Tints of Deep Teal #1F483D

RGB

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

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

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

R = 18.9%
G = 43.9%
B = 37.2%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#1F483D (or 0x1F483D) is known color: Deep Teal. HEX triplet: 1F, 48 and 3D. RGB value is (31,72,61). Sum of RGB (Red+Green+Blue) = 31+72+61=164 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.90% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 72 - color contains mainly: green. Hex color #1F483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F483D is #E0B7C2. Grayscale: #3A3A3A. Windows color (decimal): -14727107 or 4016159. OLE color: 4016159.

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

Color convert

RGB 31 72 61 -
CMYK 0.57 0 0.15 0.72
HSL 163.9º 0.4% 0.2% -
HSV(B) 163.9º 0.57% 0.28% -
XYZ 3.72 5.26 5.23 -
YUV 58.49 129.42 108.39 -
System Red Green Blue C M Y K H S L
Decimal 31 72 61 0.57 0 0.15 0.72 163.9 0.4 0.2
Hex 1F 48 3D 39 0 F 48 A4 28 14
Octal 37 110 75 71 0 17 110 244 50 24
Binary 11111 1001000 111101 111001 0 1111 1001000 10100100 101000 10100

Color Harmonies of #1F483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F483D

Black with #1F483D

Text Example


Text Example

White with #1F483D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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