Html Css Color HEX #1D433E Deep Teal

📋 copy color: '#1D433E'

red 29 ◦ green 67 ◦ blue 62

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

Shades of Deep Teal #1D433E

Tints of Deep Teal #1D433E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 39.24%

R = 18.35%
G = 42.41%
B = 39.24%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.74

RGB Variations

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

Color information

#1D433E (or 0x1D433E) is known color: Deep Teal. HEX triplet: 1D, 43 and 3E. RGB value is (29,67,62). Sum of RGB (Red+Green+Blue) = 29+67+62=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 67 - color contains mainly: green. Hex color #1D433E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D433E is #E2BCC1. Grayscale: #373737. Windows color (decimal): -14859458 or 4080413. OLE color: 4080413.

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

Color convert

RGB 29 67 62 -
CMYK 0.57 0 0.07 0.74
HSL 172.11º 0.4% 0.19% -
HSV(B) 172.11º 0.57% 0.26% -
XYZ 3.38 4.62 5.27 -
YUV 55.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 29 67 62 0.57 0 0.07 0.74 172.11 0.4 0.19
Hex 1D 43 3E 39 0 7 4A AC 28 13
Octal 35 103 76 71 0 7 112 254 50 23
Binary 11101 1000011 111110 111001 0 111 1001010 10101100 101000 10011

Color Harmonies of #1D433E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D433E

Black with #1D433E

Text Example


Text Example

White with #1D433E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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