#1F4541

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

Shades of Deep Teal #1F4541

Tints of Deep Teal #1F4541

Color information

#1F4541 (or 0x1F4541) is unknown color: approx Deep Teal. HEX triplet: 1F, 45 and 41. RGB value is (31,69,65). Sum of RGB (Red+Green+Blue) = 31+69+65=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 69 - color contains mainly: green. Hex color #1F4541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4541 is #E0BABE. Grayscale: #393939. Windows color (decimal): -14727871 or 4277535. OLE color: 4277535.

HSL color Cylindrical-coordinate representation of color #1F4541: hue angle of 173.68º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F4541 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB316965-
CMYK0.5500.060.73
HSL173.68º38%19.61%-
HSV(B)173.68º55.07%27.06%-
XYZ3.654.935.76-
YUV57.18132.41109.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.79%
GREEN value IS 69 (27.34% from 255) = 41.82%
BLUE value IS 65 (25.78% from 255) = 39.39%
R=18.79%
G=41.82%
B=39.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3169650.5500.060.73173.683819.61
Hex1F4541370649ae2614
Octal3710510167061112564624
Binary1111110001011000001110111011010010011010111010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F4541;
 }
 .AnyTagClassName
 {
   color: #1F4541;
 }
</style>
background-color css

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

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

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

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

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

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