Html Css Color HEX #1E867A Elm

📋 copy color: '#1E867A'

red 30 ◦ green 134 ◦ blue 122

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

Shades of Elm #1E867A

Tints of Elm #1E867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.85%

 BLUE value IS 122 (48.05% from 255) = 42.66%

R = 10.49%
G = 46.85%
B = 42.66%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#1E867A (or 0x1E867A) is known color: Elm. HEX triplet: 1E, 86 and 7A. RGB value is (30,134,122). Sum of RGB (Red+Green+Blue) = 30+134+122=286 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.49% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #1E867A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E867A is #E17985. Grayscale: #656565. Windows color (decimal): -14776710 or 8029726. OLE color: 8029726.

HSL color Cylindrical-coordinate representation of color #1E867A: hue angle of 173.08º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E867A is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 30 134 122 -
CMYK 0.78 0 0.09 0.47
HSL 173.08º 0.63% 0.32% -
HSV(B) 173.08º 0.78% 0.53% -
XYZ 12.57 18.73 21.37 -
YUV 101.54 139.54 76.98 -
System Red Green Blue C M Y K H S L
Decimal 30 134 122 0.78 0 0.09 0.47 173.08 0.63 0.32
Hex 1E 86 7A 4E 0 9 2F AD 3F 20
Octal 36 206 172 116 0 11 57 255 77 40
Binary 11110 10000110 1111010 1001110 0 1001 101111 10101101 111111 100000

Color Harmonies of #1E867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E867A

Black with #1E867A

Text Example


Text Example

White with #1E867A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,134,122); }

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

background-color css

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

 a { background-color: rgb(30,134,122); }

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

border-color css

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

 span { border-color: rgb(30,134,122); }

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