Html Css Color HEX #1E8362 Deep Sea

📋 copy color: '#1E8362'

red 30 ◦ green 131 ◦ blue 98

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

Shades of Deep Sea #1E8362

Tints of Deep Sea #1E8362

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.58%

 BLUE value IS 98 (38.67% from 255) = 37.84%

R = 11.58%
G = 50.58%
B = 37.84%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#1E8362 (or 0x1E8362) is known color: Deep Sea. HEX triplet: 1E, 83 and 62. RGB value is (30,131,98). Sum of RGB (Red+Green+Blue) = 30+131+98=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 131 (51.56% from 255 or 50.58% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 131 - color contains mainly: green. Hex color #1E8362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8362 is #E17C9D. Grayscale: #616161. Windows color (decimal): -14777502 or 6456094. OLE color: 6456094.

HSL color Cylindrical-coordinate representation of color #1E8362: hue angle of 160.4º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8362 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 30 131 98 -
CMYK 0.77 0 0.25 0.49
HSL 160.4º 0.63% 0.32% -
HSV(B) 160.4º 0.77% 0.51% -
XYZ 10.86 17.39 14.34 -
YUV 97.04 128.54 80.18 -
System Red Green Blue C M Y K H S L
Decimal 30 131 98 0.77 0 0.25 0.49 160.4 0.63 0.32
Hex 1E 83 62 4D 0 19 31 A0 3F 20
Octal 36 203 142 115 0 31 61 240 77 40
Binary 11110 10000011 1100010 1001101 0 11001 110001 10100000 111111 100000

Color Harmonies of #1E8362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8362

Black with #1E8362

Text Example


Text Example

White with #1E8362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,131,98); }

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

background-color css

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

 a { background-color: rgb(30,131,98); }

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

border-color css

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

 span { border-color: rgb(30,131,98); }

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