Html Css Color HEX #1D7570 Elm

📋 copy color: '#1D7570'

red 29 ◦ green 117 ◦ blue 112

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

Shades of Elm #1D7570

Tints of Elm #1D7570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.35%

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

R = 11.24%
G = 45.35%
B = 43.41%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#1D7570 (or 0x1D7570) is known color: Elm. HEX triplet: 1D, 75 and 70. RGB value is (29,117,112). Sum of RGB (Red+Green+Blue) = 29+117+112=258 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.24% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 117 - color contains mainly: green. Hex color #1D7570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7570 is #E28A8F. Grayscale: #5A5A5A. Windows color (decimal): -14846608 or 7370013. OLE color: 7370013.

HSL color Cylindrical-coordinate representation of color #1D7570: hue angle of 176.59º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7570 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 29 117 112 -
CMYK 0.75 0 0.04 0.54
HSL 176.59º 0.6% 0.29% -
HSV(B) 176.59º 0.75% 0.46% -
XYZ 9.79 14.15 17.55 -
YUV 90.12 140.35 84.41 -
System Red Green Blue C M Y K H S L
Decimal 29 117 112 0.75 0 0.04 0.54 176.59 0.6 0.29
Hex 1D 75 70 4B 0 4 36 B1 3C 1D
Octal 35 165 160 113 0 4 66 261 74 35
Binary 11101 1110101 1110000 1001011 0 100 110110 10110001 111100 11101

Color Harmonies of #1D7570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7570

Black with #1D7570

Text Example


Text Example

White with #1D7570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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