Html Css Color HEX #1D433A Deep Teal

📋 copy color: '#1D433A'

red 29 ◦ green 67 ◦ blue 58

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

Shades of Deep Teal #1D433A

Tints of Deep Teal #1D433A

RGB

 RED value IS 29 (11.72% from 255) = 18.83%

 GREEN value IS 67 (26.56% from 255) = 43.51%

 BLUE value IS 58 (23.05% from 255) = 37.66%

R = 18.83%
G = 43.51%
B = 37.66%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.74

RGB Variations

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

Color information

#1D433A (or 0x1D433A) is known color: Deep Teal. HEX triplet: 1D, 43 and 3A. RGB value is (29,67,58). Sum of RGB (Red+Green+Blue) = 29+67+58=154 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.83% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 67 - color contains mainly: green. Hex color #1D433A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D433A is #E2BCC5. Grayscale: #363636. Windows color (decimal): -14859462 or 3818269. OLE color: 3818269.

HSL color Cylindrical-coordinate representation of color #1D433A: hue angle of 165.79º 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 #1D433A is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.74.

Color convert

RGB 29 67 58 -
CMYK 0.57 0 0.13 0.74
HSL 165.79º 0.4% 0.19% -
HSV(B) 165.79º 0.57% 0.26% -
XYZ 3.28 4.58 4.71 -
YUV 54.61 129.91 109.73 -
System Red Green Blue C M Y K H S L
Decimal 29 67 58 0.57 0 0.13 0.74 165.79 0.4 0.19
Hex 1D 43 3A 39 0 D 4A A6 28 13
Octal 35 103 72 71 0 15 112 246 50 23
Binary 11101 1000011 111010 111001 0 1101 1001010 10100110 101000 10011

Color Harmonies of #1D433A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D433A

Black with #1D433A

Text Example


Text Example

White with #1D433A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D433A;
 }
 .AnyTagClassName
 {
   color: #1D433A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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