Html Css Color HEX #1E955F Eucalyptus

📋 copy color: '#1E955F'

red 30 ◦ green 149 ◦ blue 95

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

Shades of Eucalyptus #1E955F

Tints of Eucalyptus #1E955F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.38%

 BLUE value IS 95 (37.5% from 255) = 34.67%

R = 10.95%
G = 54.38%
B = 34.67%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#1E955F (or 0x1E955F) is known color: Eucalyptus. HEX triplet: 1E, 95 and 5F. RGB value is (30,149,95). Sum of RGB (Red+Green+Blue) = 30+149+95=274 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.95% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #1E955F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E955F is #E16AA0. Grayscale: #6B6B6B. Windows color (decimal): -14772897 or 6264094. OLE color: 6264094.

HSL color Cylindrical-coordinate representation of color #1E955F: hue angle of 152.77º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E955F is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 30 149 95 -
CMYK 0.80 0 0.36 0.42
HSL 152.77º 0.66% 0.35% -
HSV(B) 152.77º 0.8% 0.58% -
XYZ 13.35 22.6 14.48 -
YUV 107.26 121.08 72.89 -
System Red Green Blue C M Y K H S L
Decimal 30 149 95 0.80 0 0.36 0.42 152.77 0.66 0.35
Hex 1E 95 5F 50 0 24 2A 99 42 23
Octal 36 225 137 120 0 44 52 231 102 43
Binary 11110 10010101 1011111 1010000 0 100100 101010 10011001 1000010 100011

Color Harmonies of #1E955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E955F

Black with #1E955F

Text Example


Text Example

White with #1E955F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,149,95); }

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

background-color css

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

 a { background-color: rgb(30,149,95); }

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

border-color css

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

 span { border-color: rgb(30,149,95); }

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