Html Css Color HEX #1E726B Elm

📋 copy color: '#1E726B'

red 30 ◦ green 114 ◦ blue 107

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

Shades of Elm #1E726B

Tints of Elm #1E726B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.63%

R = 11.95%
G = 45.42%
B = 42.63%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#1E726B (or 0x1E726B) is known color: Elm. HEX triplet: 1E, 72 and 6B. RGB value is (30,114,107). Sum of RGB (Red+Green+Blue) = 30+114+107=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #1E726B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E726B is #E18D94. Grayscale: #585858. Windows color (decimal): -14781845 or 7041566. OLE color: 7041566.

HSL color Cylindrical-coordinate representation of color #1E726B: hue angle of 175º 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 #1E726B is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 30 114 107 -
CMYK 0.74 0 0.06 0.55
HSL 175º 0.58% 0.28% -
HSV(B) 175º 0.74% 0.45% -
XYZ 9.21 13.37 16.01 -
YUV 88.09 138.67 86.57 -
System Red Green Blue C M Y K H S L
Decimal 30 114 107 0.74 0 0.06 0.55 175 0.58 0.28
Hex 1E 72 6B 4A 0 6 37 AF 3A 1C
Octal 36 162 153 112 0 6 67 257 72 34
Binary 11110 1110010 1101011 1001010 0 110 110111 10101111 111010 11100

Color Harmonies of #1E726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E726B

Black with #1E726B

Text Example


Text Example

White with #1E726B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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