#1D433F

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

Shades of Deep Teal #1D433F

Tints of Deep Teal #1D433F

Color information

#1D433F (or 0x1D433F) is unknown color: approx Deep Teal. HEX triplet: 1D, 43 and 3F. RGB value is (29,67,63). Sum of RGB (Red+Green+Blue) = 29+67+63=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 67 - color contains mainly: green. Hex color #1D433F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D433F is #E2BCC0. Grayscale: #373737. Windows color (decimal): -14859457 or 4145949. OLE color: 4145949.

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

Color convert

RGB296763-
CMYK0.5700.060.74
HSL173.68º39.58%18.82%-
HSV(B)173.68º56.72%26.27%-
XYZ3.414.635.42-
YUV55.18132.41109.33-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.24%
GREEN value IS 67 (26.56% from 255) = 42.14%
BLUE value IS 63 (25% from 255) = 39.62%
R=18.24%
G=42.14%
B=39.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2967630.5700.060.74173.6839.5818.82
Hex1D433F39064Aae2813
Octal351037771061122565023
Binary111011000011111111111001011010010101010111010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,67,63); }

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

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

 a { background-color: rgb(29,67,63); }

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

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

 span { border-color: rgb(29,67,63); }

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