Html Css Color HEX #1E7D73 Elm

📋 copy color: '#1E7D73'

red 30 ◦ green 125 ◦ blue 115

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

Shades of Elm #1E7D73

Tints of Elm #1E7D73

RGB

 RED value IS 30 (12.11% from 255) = 11.11%

 GREEN value IS 125 (49.22% from 255) = 46.3%

 BLUE value IS 115 (45.31% from 255) = 42.59%

R = 11.11%
G = 46.3%
B = 42.59%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#1E7D73 (or 0x1E7D73) is known color: Elm. HEX triplet: 1E, 7D and 73. RGB value is (30,125,115). Sum of RGB (Red+Green+Blue) = 30+125+115=270 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.11% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 125 - color contains mainly: green. Hex color #1E7D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7D73 is #E1828C. Grayscale: #5F5F5F. Windows color (decimal): -14779021 or 7568670. OLE color: 7568670.

HSL color Cylindrical-coordinate representation of color #1E7D73: hue angle of 173.68º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7D73 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 30 125 115 -
CMYK 0.76 0 0.08 0.51
HSL 173.68º 0.61% 0.3% -
HSV(B) 173.68º 0.76% 0.49% -
XYZ 10.96 16.18 18.77 -
YUV 95.46 139.03 81.31 -
System Red Green Blue C M Y K H S L
Decimal 30 125 115 0.76 0 0.08 0.51 173.68 0.61 0.3
Hex 1E 7D 73 4C 0 8 33 AE 3D 1E
Octal 36 175 163 114 0 10 63 256 75 36
Binary 11110 1111101 1110011 1001100 0 1000 110011 10101110 111101 11110

Color Harmonies of #1E7D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7D73

Black with #1E7D73

Text Example


Text Example

White with #1E7D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,125,115); }

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

background-color css

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

 a { background-color: rgb(30,125,115); }

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

border-color css

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

 span { border-color: rgb(30,125,115); }

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