Html Css Color HEX #1E726E Elm

📋 copy color: '#1E726E'

red 30 ◦ green 114 ◦ blue 110

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

Shades of Elm #1E726E

Tints of Elm #1E726E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.88%

 BLUE value IS 110 (43.36% from 255) = 43.31%

R = 11.81%
G = 44.88%
B = 43.31%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#1E726E (or 0x1E726E) is known color: Elm. HEX triplet: 1E, 72 and 6E. RGB value is (30,114,110). Sum of RGB (Red+Green+Blue) = 30+114+110=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #1E726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E726E is #E18D91. Grayscale: #585858. Windows color (decimal): -14781842 or 7238174. OLE color: 7238174.

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

Color convert

RGB 30 114 110 -
CMYK 0.74 0 0.04 0.55
HSL 177.14º 0.58% 0.28% -
HSV(B) 177.14º 0.74% 0.45% -
XYZ 9.37 13.44 16.85 -
YUV 88.43 140.17 86.33 -
System Red Green Blue C M Y K H S L
Decimal 30 114 110 0.74 0 0.04 0.55 177.14 0.58 0.28
Hex 1E 72 6E 4A 0 4 37 B1 3A 1C
Octal 36 162 156 112 0 4 67 261 72 34
Binary 11110 1110010 1101110 1001010 0 100 110111 10110001 111010 11100

Color Harmonies of #1E726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E726E

Black with #1E726E

Text Example


Text Example

White with #1E726E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,114,110); }

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

background-color css

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

 a { background-color: rgb(30,114,110); }

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

border-color css

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

 span { border-color: rgb(30,114,110); }

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