#1F483D

Color #1F483D Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #1F483D

Tints of Deep Teal #1F483D

Color information

#1F483D (or 0x1F483D) is unknown color: approx 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

RGB317261-
CMYK0.5700.150.72
HSL163.9º39.81%20.2%-
HSV(B)163.9º56.94%28.24%-
XYZ3.725.265.23-
YUV58.49129.42108.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.90%
GREEN value IS 72 (28.52% from 255) = 43.90%
BLUE value IS 61 (24.22% from 255) = 37.20%
R=18.90%
G=43.90%
B=37.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3172610.5700.150.72163.939.8120.2
Hex1F483D390F48a42814
Octal3711075710171102445024
Binary1111110010001111011110010111110010001010010010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>