#1D4F41

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

Shades of Deep Teal #1D4F41

Tints of Deep Teal #1D4F41

Color information

#1D4F41 (or 0x1D4F41) is unknown color: approx Deep Teal. HEX triplet: 1D, 4F and 41. RGB value is (29,79,65). Sum of RGB (Red+Green+Blue) = 29+79+65=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 79 (31.25% from 255 or 45.66% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 79 - color contains mainly: green. Hex color #1D4F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4F41 is #E2B0BE. Grayscale: #3E3E3E. Windows color (decimal): -14856383 or 4280093. OLE color: 4280093.

HSL color Cylindrical-coordinate representation of color #1D4F41: hue angle of 163.2º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D4F41 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB297965-
CMYK0.6300.180.69
HSL163.2º46.3%21.18%-
HSV(B)163.2º63.29%30.98%-
XYZ4.266.235.98-
YUV62.45129.44104.14-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.76%
GREEN value IS 79 (31.25% from 255) = 45.66%
BLUE value IS 65 (25.78% from 255) = 37.57%
R=16.76%
G=45.66%
B=37.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2979650.6300.180.69163.246.321.18
Hex1D4F413F01245a32e15
Octal35117101770221052435625
Binary111011001111100000111111101001010001011010001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,79,65); }

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

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

 a { background-color: rgb(29,79,65); }

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

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

 span { border-color: rgb(29,79,65); }

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