Html Css Color HEX #1D4B3F Deep Teal

📋 copy color: '#1D4B3F'

red 29 ◦ green 75 ◦ blue 63

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

Shades of Deep Teal #1D4B3F

Tints of Deep Teal #1D4B3F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 44.91%

 BLUE value IS 63 (25% from 255) = 37.72%

R = 17.37%
G = 44.91%
B = 37.72%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#1D4B3F (or 0x1D4B3F) is known color: Deep Teal. HEX triplet: 1D, 4B and 3F. RGB value is (29,75,63). Sum of RGB (Red+Green+Blue) = 29+75+63=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 75 - color contains mainly: green. Hex color #1D4B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4B3F is #E2B4C0. Grayscale: #3B3B3B. Windows color (decimal): -14857409 or 4147997. OLE color: 4147997.

HSL color Cylindrical-coordinate representation of color #1D4B3F: hue angle of 164.35º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D4B3F is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 29 75 63 -
CMYK 0.61 0 0.16 0.71
HSL 164.35º 0.44% 0.2% -
HSV(B) 164.35º 0.61% 0.29% -
XYZ 3.92 5.65 5.59 -
YUV 59.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 29 75 63 0.61 0 0.16 0.71 164.35 0.44 0.2
Hex 1D 4B 3F 3D 0 10 47 A4 2C 14
Octal 35 113 77 75 0 20 107 244 54 24
Binary 11101 1001011 111111 111101 0 10000 1000111 10100100 101100 10100

Color Harmonies of #1D4B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4B3F

Black with #1D4B3F

Text Example


Text Example

White with #1D4B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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