Html Css Color HEX #1E746E Elm

📋 copy color: '#1E746E'

red 30 ◦ green 116 ◦ blue 110

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

Shades of Elm #1E746E

Tints of Elm #1E746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.31%

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

R = 11.72%
G = 45.31%
B = 42.97%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#1E746E (or 0x1E746E) is known color: Elm. HEX triplet: 1E, 74 and 6E. RGB value is (30,116,110). Sum of RGB (Red+Green+Blue) = 30+116+110=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 116 - color contains mainly: green. Hex color #1E746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E746E is #E18B91. Grayscale: #595959. Windows color (decimal): -14781330 or 7238686. OLE color: 7238686.

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

Color convert

RGB 30 116 110 -
CMYK 0.74 0 0.05 0.55
HSL 175.81º 0.59% 0.29% -
HSV(B) 175.81º 0.74% 0.45% -
XYZ 9.6 13.89 16.93 -
YUV 89.6 139.51 85.49 -
System Red Green Blue C M Y K H S L
Decimal 30 116 110 0.74 0 0.05 0.55 175.81 0.59 0.29
Hex 1E 74 6E 4A 0 5 37 B0 3B 1D
Octal 36 164 156 112 0 5 67 260 73 35
Binary 11110 1110100 1101110 1001010 0 101 110111 10110000 111011 11101

Color Harmonies of #1E746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E746E

Black with #1E746E

Text Example


Text Example

White with #1E746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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