Html Css Color HEX #1E7771 Elm

📋 copy color: '#1E7771'

red 30 ◦ green 119 ◦ blue 113

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

Shades of Elm #1E7771

Tints of Elm #1E7771

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.42%

 BLUE value IS 113 (44.53% from 255) = 43.13%

R = 11.45%
G = 45.42%
B = 43.13%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#1E7771 (or 0x1E7771) is known color: Elm. HEX triplet: 1E, 77 and 71. RGB value is (30,119,113). Sum of RGB (Red+Green+Blue) = 30+119+113=262 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.45% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #1E7771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7771 is #E1888E. Grayscale: #5B5B5B. Windows color (decimal): -14780559 or 7436062. OLE color: 7436062.

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

Color convert

RGB 30 119 113 -
CMYK 0.75 0 0.05 0.53
HSL 175.96º 0.6% 0.29% -
HSV(B) 175.96º 0.75% 0.47% -
XYZ 10.11 14.66 17.92 -
YUV 91.71 140.01 83.99 -
System Red Green Blue C M Y K H S L
Decimal 30 119 113 0.75 0 0.05 0.53 175.96 0.6 0.29
Hex 1E 77 71 4B 0 5 35 B0 3C 1D
Octal 36 167 161 113 0 5 65 260 74 35
Binary 11110 1110111 1110001 1001011 0 101 110101 10110000 111100 11101

Color Harmonies of #1E7771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7771

Black with #1E7771

Text Example


Text Example

White with #1E7771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,119,113); }

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

background-color css

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

 a { background-color: rgb(30,119,113); }

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

border-color css

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

 span { border-color: rgb(30,119,113); }

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