Html Css Color HEX #1E6B52 Evening Sea

📋 copy color: '#1E6B52'

red 30 ◦ green 107 ◦ blue 82

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

Shades of Evening Sea #1E6B52

Tints of Evening Sea #1E6B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 37.44%

R = 13.7%
G = 48.86%
B = 37.44%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#1E6B52 (or 0x1E6B52) is known color: Evening Sea. HEX triplet: 1E, 6B and 52. RGB value is (30,107,82). Sum of RGB (Red+Green+Blue) = 30+107+82=219 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.70% from 219); Green value is 107 (42.19% from 255 or 48.86% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 107 - color contains mainly: green. Hex color #1E6B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6B52 is #E194AD. Grayscale: #515151. Windows color (decimal): -14783662 or 5401374. OLE color: 5401374.

HSL color Cylindrical-coordinate representation of color #1E6B52: hue angle of 160.52º 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 #1E6B52 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB 30 107 82 -
CMYK 0.72 0 0.23 0.58
HSL 160.52º 0.56% 0.27% -
HSV(B) 160.52º 0.72% 0.42% -
XYZ 7.32 11.4 9.8 -
YUV 81.13 128.49 91.53 -
System Red Green Blue C M Y K H S L
Decimal 30 107 82 0.72 0 0.23 0.58 160.52 0.56 0.27
Hex 1E 6B 52 48 0 17 3A A1 38 1B
Octal 36 153 122 110 0 27 72 241 70 33
Binary 11110 1101011 1010010 1001000 0 10111 111010 10100001 111000 11011

Color Harmonies of #1E6B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6B52

Black with #1E6B52

Text Example


Text Example

White with #1E6B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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