Html Css Color HEX #1E9961 Eucalyptus

📋 copy color: '#1E9961'

red 30 ◦ green 153 ◦ blue 97

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

Shades of Eucalyptus #1E9961

Tints of Eucalyptus #1E9961

RGB

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

 GREEN value IS 153 (60.16% from 255) = 54.64%

 BLUE value IS 97 (38.28% from 255) = 34.64%

R = 10.71%
G = 54.64%
B = 34.64%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#1E9961 (or 0x1E9961) is known color: Eucalyptus. HEX triplet: 1E, 99 and 61. RGB value is (30,153,97). Sum of RGB (Red+Green+Blue) = 30+153+97=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 153 (60.16% from 255 or 54.64% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 153 - color contains mainly: green. Hex color #1E9961 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9961 is #E1669E. Grayscale: #6D6D6D. Windows color (decimal): -14771871 or 6396190. OLE color: 6396190.

HSL color Cylindrical-coordinate representation of color #1E9961: hue angle of 152.68º 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 #1E9961 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 30 153 97 -
CMYK 0.80 0 0.37 0.4
HSL 152.68º 0.67% 0.36% -
HSV(B) 152.68º 0.8% 0.6% -
XYZ 14.08 23.92 15.18 -
YUV 109.84 120.75 71.05 -
System Red Green Blue C M Y K H S L
Decimal 30 153 97 0.80 0 0.37 0.4 152.68 0.67 0.36
Hex 1E 99 61 50 0 25 28 99 43 24
Octal 36 231 141 120 0 45 50 231 103 44
Binary 11110 10011001 1100001 1010000 0 100101 101000 10011001 1000011 100100

Color Harmonies of #1E9961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9961

Black with #1E9961

Text Example


Text Example

White with #1E9961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,153,97); }

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

background-color css

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

 a { background-color: rgb(30,153,97); }

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

border-color css

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

 span { border-color: rgb(30,153,97); }

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