#1F423A

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

Shades of Deep Teal #1F423A

Tints of Deep Teal #1F423A

Color information

#1F423A (or 0x1F423A) is unknown color: approx Deep Teal. HEX triplet: 1F, 42 and 3A. RGB value is (31,66,58). Sum of RGB (Red+Green+Blue) = 31+66+58=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 66 - color contains mainly: green. Hex color #1F423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F423A is #E0BDC5. Grayscale: #363636. Windows color (decimal): -14728646 or 3818015. OLE color: 3818015.

HSL color Cylindrical-coordinate representation of color #1F423A: hue angle of 166.29º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1F423A is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB316658-
CMYK0.5300.120.74
HSL166.29º36.08%19.02%-
HSV(B)166.29º53.03%25.88%-
XYZ3.284.494.7-
YUV54.62129.9111.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20%
GREEN value IS 66 (26.17% from 255) = 42.58%
BLUE value IS 58 (23.05% from 255) = 37.42%
R=20%
G=42.58%
B=37.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3166580.5300.120.74166.2936.0819.02
Hex1F423A350C4Aa62413
Octal3710272650141122464423
Binary1111110000101110101101010110010010101010011010010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,66,58); }

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

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

 a { background-color: rgb(31,66,58); }

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

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

 span { border-color: rgb(31,66,58); }

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