Html Css Color HEX #1D433F Deep Teal

📋 copy color: '#1D433F'

red 29 ◦ green 67 ◦ blue 63

#1D433F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #1D433F

Tints of Deep Teal #1D433F

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 value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#1D433F (or 0x1D433F) is known color: 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

RGB 29 67 63 -
CMYK 0.57 0 0.06 0.74
HSL 173.68º 0.4% 0.19% -
HSV(B) 173.68º 0.57% 0.26% -
XYZ 3.41 4.63 5.42 -
YUV 55.18 132.41 109.33 -
System Red Green Blue C M Y K H S L
Decimal 29 67 63 0.57 0 0.06 0.74 173.68 0.4 0.19
Hex 1D 43 3F 39 0 6 4A AE 28 13
Octal 35 103 77 71 0 6 112 256 50 23
Binary 11101 1000011 111111 111001 0 110 1001010 10101110 101000 10011

Color Harmonies of #1D433F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D433F

Black with #1D433F

Text Example


Text Example

White with #1D433F

Text Example


Text Example

HTML Codes & Css Web 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>