Html Css Color HEX #1E8075 Elm

📋 copy color: '#1E8075'

red 30 ◦ green 128 ◦ blue 117

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

Shades of Elm #1E8075

Tints of Elm #1E8075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.55%

 BLUE value IS 117 (46.09% from 255) = 42.55%

R = 10.91%
G = 46.55%
B = 42.55%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#1E8075 (or 0x1E8075) is known color: Elm. HEX triplet: 1E, 80 and 75. RGB value is (30,128,117). Sum of RGB (Red+Green+Blue) = 30+128+117=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 128 - color contains mainly: green. Hex color #1E8075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8075 is #E17F8A. Grayscale: #616161. Windows color (decimal): -14778251 or 7700510. OLE color: 7700510.

HSL color Cylindrical-coordinate representation of color #1E8075: hue angle of 173.27º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8075 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 30 128 117 -
CMYK 0.77 0 0.09 0.50
HSL 173.27º 0.62% 0.31% -
HSV(B) 173.27º 0.77% 0.5% -
XYZ 11.47 17 19.51 -
YUV 97.44 139.03 79.89 -
System Red Green Blue C M Y K H S L
Decimal 30 128 117 0.77 0 0.09 0.50 173.27 0.62 0.31
Hex 1E 80 75 4D 0 9 32 AD 3E 1F
Octal 36 200 165 115 0 11 62 255 76 37
Binary 11110 10000000 1110101 1001101 0 1001 110010 10101101 111110 11111

Color Harmonies of #1E8075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8075

Black with #1E8075

Text Example


Text Example

White with #1E8075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,128,117); }

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

background-color css

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

 a { background-color: rgb(30,128,117); }

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

border-color css

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

 span { border-color: rgb(30,128,117); }

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