Html Css Color HEX #1E544A Evening Sea

📋 copy color: '#1E544A'

red 30 ◦ green 84 ◦ blue 74

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

Shades of Evening Sea #1E544A

Tints of Evening Sea #1E544A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.68%

 BLUE value IS 74 (29.3% from 255) = 39.36%

R = 15.96%
G = 44.68%
B = 39.36%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#1E544A (or 0x1E544A) is known color: Evening Sea. HEX triplet: 1E, 54 and 4A. RGB value is (30,84,74). Sum of RGB (Red+Green+Blue) = 30+84+74=188 (24% of max value = 765). Red value is 30 (12.11% from 255 or 15.96% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #1E544A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E544A is #E1ABB5. Grayscale: #424242. Windows color (decimal): -14789558 or 4871198. OLE color: 4871198.

HSL color Cylindrical-coordinate representation of color #1E544A: hue angle of 168.89º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1E544A is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 30 84 74 -
CMYK 0.64 0 0.12 0.67
HSL 168.89º 0.47% 0.22% -
HSV(B) 168.89º 0.64% 0.33% -
XYZ 4.94 7.11 7.59 -
YUV 66.71 132.11 101.81 -
System Red Green Blue C M Y K H S L
Decimal 30 84 74 0.64 0 0.12 0.67 168.89 0.47 0.22
Hex 1E 54 4A 40 0 C 43 A9 2F 16
Octal 36 124 112 100 0 14 103 251 57 26
Binary 11110 1010100 1001010 1000000 0 1100 1000011 10101001 101111 10110

Color Harmonies of #1E544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E544A

Black with #1E544A

Text Example


Text Example

White with #1E544A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,84,74); }

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

background-color css

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

 a { background-color: rgb(30,84,74); }

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

border-color css

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

 span { border-color: rgb(30,84,74); }

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