Html Css Color HEX #1E6B5D Eden

📋 copy color: '#1E6B5D'

red 30 ◦ green 107 ◦ blue 93

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

Shades of Eden #1E6B5D

Tints of Eden #1E6B5D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 46.52%

 BLUE value IS 93 (36.72% from 255) = 40.43%

R = 13.04%
G = 46.52%
B = 40.43%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#1E6B5D (or 0x1E6B5D) is known color: Eden. HEX triplet: 1E, 6B and 5D. RGB value is (30,107,93). Sum of RGB (Red+Green+Blue) = 30+107+93=230 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.04% from 230); Green value is 107 (42.19% from 255 or 46.52% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 107 - color contains mainly: green. Hex color #1E6B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6B5D is #E194A2. Grayscale: #525252. Windows color (decimal): -14783651 or 6122270. OLE color: 6122270.

HSL color Cylindrical-coordinate representation of color #1E6B5D: hue angle of 169.09º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E6B5D is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB 30 107 93 -
CMYK 0.72 0 0.13 0.58
HSL 169.09º 0.56% 0.27% -
HSV(B) 169.09º 0.72% 0.42% -
XYZ 7.77 11.58 12.18 -
YUV 82.38 133.99 90.64 -
System Red Green Blue C M Y K H S L
Decimal 30 107 93 0.72 0 0.13 0.58 169.09 0.56 0.27
Hex 1E 6B 5D 48 0 D 3A A9 38 1B
Octal 36 153 135 110 0 15 72 251 70 33
Binary 11110 1101011 1011101 1001000 0 1101 111010 10101001 111000 11011

Color Harmonies of #1E6B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6B5D

Black with #1E6B5D

Text Example


Text Example

White with #1E6B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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