Html Css Color HEX #1D7070 Elm

📋 copy color: '#1D7070'

red 29 ◦ green 112 ◦ blue 112

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

Shades of Elm #1D7070

Tints of Elm #1D7070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.27%

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

R = 11.46%
G = 44.27%
B = 44.27%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1D7070 (or 0x1D7070) is known color: Elm. HEX triplet: 1D, 70 and 70. RGB value is (29,112,112). Sum of RGB (Red+Green+Blue) = 29+112+112=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #1D7070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7070 is #E28F8F. Grayscale: #575757. Windows color (decimal): -14847888 or 7368733. OLE color: 7368733.

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

Color convert

RGB 29 112 112 -
CMYK 0.74 0 0 0.56
HSL 180º 0.59% 0.28% -
HSV(B) 180º 0.74% 0.44% -
XYZ 9.23 13.02 17.36 -
YUV 87.18 142 86.5 -
System Red Green Blue C M Y K H S L
Decimal 29 112 112 0.74 0 0 0.56 180 0.59 0.28
Hex 1D 70 70 4A 0 0 38 B4 3B 1C
Octal 35 160 160 112 0 0 70 264 73 34
Binary 11101 1110000 1110000 1001010 0 0 111000 10110100 111011 11100

Color Harmonies of #1D7070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7070

Black with #1D7070

Text Example


Text Example

White with #1D7070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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