Html Css Color HEX #1E716C Elm

📋 copy color: '#1E716C'

red 30 ◦ green 113 ◦ blue 108

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

Shades of Elm #1E716C

Tints of Elm #1E716C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.03%

R = 11.95%
G = 45.02%
B = 43.03%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#1E716C (or 0x1E716C) is known color: Elm. HEX triplet: 1E, 71 and 6C. RGB value is (30,113,108). Sum of RGB (Red+Green+Blue) = 30+113+108=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #1E716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E716C is #E18E93. Grayscale: #575757. Windows color (decimal): -14782100 or 7106846. OLE color: 7106846.

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

Color convert

RGB 30 113 108 -
CMYK 0.73 0 0.04 0.56
HSL 176.39º 0.58% 0.28% -
HSV(B) 176.39º 0.73% 0.44% -
XYZ 9.15 13.17 16.25 -
YUV 87.61 139.5 86.91 -
System Red Green Blue C M Y K H S L
Decimal 30 113 108 0.73 0 0.04 0.56 176.39 0.58 0.28
Hex 1E 71 6C 49 0 4 38 B0 3A 1C
Octal 36 161 154 111 0 4 70 260 72 34
Binary 11110 1110001 1101100 1001001 0 100 111000 10110000 111010 11100

Color Harmonies of #1E716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E716C

Black with #1E716C

Text Example


Text Example

White with #1E716C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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