Html Css Color HEX #1E5955 Eden

📋 copy color: '#1E5955'

red 30 ◦ green 89 ◦ blue 85

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

Shades of Eden #1E5955

Tints of Eden #1E5955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43.63%

 BLUE value IS 85 (33.59% from 255) = 41.67%

R = 14.71%
G = 43.63%
B = 41.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#1E5955 (or 0x1E5955) is known color: Eden. HEX triplet: 1E, 59 and 55. RGB value is (30,89,85). Sum of RGB (Red+Green+Blue) = 30+89+85=204 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.71% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 89 - color contains mainly: green. Hex color #1E5955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5955 is #E1A6AA. Grayscale: #464646. Windows color (decimal): -14788267 or 5593374. OLE color: 5593374.

HSL color Cylindrical-coordinate representation of color #1E5955: hue angle of 175.93º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E5955 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 30 89 85 -
CMYK 0.66 0 0.04 0.65
HSL 175.93º 0.5% 0.23% -
HSV(B) 175.93º 0.66% 0.35% -
XYZ 5.75 8.08 9.85 -
YUV 70.9 135.95 98.83 -
System Red Green Blue C M Y K H S L
Decimal 30 89 85 0.66 0 0.04 0.65 175.93 0.5 0.23
Hex 1E 59 55 42 0 4 41 B0 32 17
Octal 36 131 125 102 0 4 101 260 62 27
Binary 11110 1011001 1010101 1000010 0 100 1000001 10110000 110010 10111

Color Harmonies of #1E5955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5955

Black with #1E5955

Text Example


Text Example

White with #1E5955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,89,85); }

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

background-color css

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

 a { background-color: rgb(30,89,85); }

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

border-color css

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

 span { border-color: rgb(30,89,85); }

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