Html Css Color HEX #1E985E Eucalyptus

📋 copy color: '#1E985E'

red 30 ◦ green 152 ◦ blue 94

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

Shades of Eucalyptus #1E985E

Tints of Eucalyptus #1E985E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 55.07%

 BLUE value IS 94 (37.11% from 255) = 34.06%

R = 10.87%
G = 55.07%
B = 34.06%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#1E985E (or 0x1E985E) is known color: Eucalyptus. HEX triplet: 1E, 98 and 5E. RGB value is (30,152,94). Sum of RGB (Red+Green+Blue) = 30+152+94=276 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.87% from 276); Green value is 152 (59.77% from 255 or 55.07% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 152 - color contains mainly: green. Hex color #1E985E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E985E is #E167A1. Grayscale: #6D6D6D. Windows color (decimal): -14772130 or 6199326. OLE color: 6199326.

HSL color Cylindrical-coordinate representation of color #1E985E: hue angle of 151.48º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E985E is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 30 152 94 -
CMYK 0.80 0 0.38 0.40
HSL 151.48º 0.67% 0.36% -
HSV(B) 151.48º 0.8% 0.6% -
XYZ 13.78 23.54 14.41 -
YUV 108.91 119.58 71.72 -
System Red Green Blue C M Y K H S L
Decimal 30 152 94 0.80 0 0.38 0.40 151.48 0.67 0.36
Hex 1E 98 5E 50 0 26 28 97 43 24
Octal 36 230 136 120 0 46 50 227 103 44
Binary 11110 10011000 1011110 1010000 0 100110 101000 10010111 1000011 100100

Color Harmonies of #1E985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E985E

Black with #1E985E

Text Example


Text Example

White with #1E985E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,152,94); }

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

background-color css

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

 a { background-color: rgb(30,152,94); }

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

border-color css

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

 span { border-color: rgb(30,152,94); }

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