Html Css Color HEX #1E716F Elm

📋 copy color: '#1E716F'

red 30 ◦ green 113 ◦ blue 111

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

Shades of Elm #1E716F

Tints of Elm #1E716F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.7%

R = 11.81%
G = 44.49%
B = 43.7%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#1E716F (or 0x1E716F) is known color: Elm. HEX triplet: 1E, 71 and 6F. RGB value is (30,113,111). Sum of RGB (Red+Green+Blue) = 30+113+111=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #1E716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E716F is #E18E90. Grayscale: #575757. Windows color (decimal): -14782097 or 7303454. OLE color: 7303454.

HSL color Cylindrical-coordinate representation of color #1E716F: hue angle of 178.55º 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 #1E716F is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 30 113 111 -
CMYK 0.73 0 0.02 0.56
HSL 178.55º 0.58% 0.28% -
HSV(B) 178.55º 0.73% 0.44% -
XYZ 9.31 13.23 17.1 -
YUV 87.96 141 86.66 -
System Red Green Blue C M Y K H S L
Decimal 30 113 111 0.73 0 0.02 0.56 178.55 0.58 0.28
Hex 1E 71 6F 49 0 2 38 B3 3A 1C
Octal 36 161 157 111 0 2 70 263 72 34
Binary 11110 1110001 1101111 1001001 0 10 111000 10110011 111010 11100

Color Harmonies of #1E716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E716F

Black with #1E716F

Text Example


Text Example

White with #1E716F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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