Html Css Color HEX #1E5D50 Eden

📋 copy color: '#1E5D50'

red 30 ◦ green 93 ◦ blue 80

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

Shades of Eden #1E5D50

Tints of Eden #1E5D50

RGB

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

 GREEN value IS 93 (36.72% from 255) = 45.81%

 BLUE value IS 80 (31.64% from 255) = 39.41%

R = 14.78%
G = 45.81%
B = 39.41%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.14

 K value IS 0.64

RGB Variations

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

Color information

#1E5D50 (or 0x1E5D50) is known color: Eden. HEX triplet: 1E, 5D and 50. RGB value is (30,93,80). Sum of RGB (Red+Green+Blue) = 30+93+80=203 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.78% from 203); Green value is 93 (36.72% from 255 or 45.81% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 93 - color contains mainly: green. Hex color #1E5D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5D50 is #E1A2AF. Grayscale: #484848. Windows color (decimal): -14787248 or 5266718. OLE color: 5266718.

HSL color Cylindrical-coordinate representation of color #1E5D50: hue angle of 167.62º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E5D50 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB 30 93 80 -
CMYK 0.68 0 0.14 0.64
HSL 167.62º 0.51% 0.24% -
HSV(B) 167.62º 0.68% 0.36% -
XYZ 5.9 8.68 8.95 -
YUV 72.68 132.13 97.56 -
System Red Green Blue C M Y K H S L
Decimal 30 93 80 0.68 0 0.14 0.64 167.62 0.51 0.24
Hex 1E 5D 50 44 0 E 40 A8 33 18
Octal 36 135 120 104 0 16 100 250 63 30
Binary 11110 1011101 1010000 1000100 0 1110 1000000 10101000 110011 11000

Color Harmonies of #1E5D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5D50

Black with #1E5D50

Text Example


Text Example

White with #1E5D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,93,80); }

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

background-color css

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

 a { background-color: rgb(30,93,80); }

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

border-color css

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

 span { border-color: rgb(30,93,80); }

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