Html Css Color HEX #1D7170 Elm

📋 copy color: '#1D7170'

red 29 ◦ green 113 ◦ blue 112

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

Shades of Elm #1D7170

Tints of Elm #1D7170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.49%

 BLUE value IS 112 (44.14% from 255) = 44.09%

R = 11.42%
G = 44.49%
B = 44.09%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#1D7170 (or 0x1D7170) is known color: Elm. HEX triplet: 1D, 71 and 70. RGB value is (29,113,112). Sum of RGB (Red+Green+Blue) = 29+113+112=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #1D7170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7170 is #E28E8F. Grayscale: #575757. Windows color (decimal): -14847632 or 7368989. OLE color: 7368989.

HSL color Cylindrical-coordinate representation of color #1D7170: hue angle of 179.29º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D7170 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 29 113 112 -
CMYK 0.74 0 0.01 0.56
HSL 179.29º 0.59% 0.28% -
HSV(B) 179.29º 0.74% 0.44% -
XYZ 9.34 13.24 17.39 -
YUV 87.77 141.67 86.08 -
System Red Green Blue C M Y K H S L
Decimal 29 113 112 0.74 0 0.01 0.56 179.29 0.59 0.28
Hex 1D 71 70 4A 0 1 38 B3 3B 1C
Octal 35 161 160 112 0 1 70 263 73 34
Binary 11101 1110001 1110000 1001010 0 1 111000 10110011 111011 11100

Color Harmonies of #1D7170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7170

Black with #1D7170

Text Example


Text Example

White with #1D7170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,113,112); }

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

background-color css

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

 a { background-color: rgb(29,113,112); }

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

border-color css

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

 span { border-color: rgb(29,113,112); }

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