Html Css Color HEX #1E8360 Deep Sea

📋 copy color: '#1E8360'

red 30 ◦ green 131 ◦ blue 96

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

Shades of Deep Sea #1E8360

Tints of Deep Sea #1E8360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 37.35%

R = 11.67%
G = 50.97%
B = 37.35%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#1E8360 (or 0x1E8360) is known color: Deep Sea. HEX triplet: 1E, 83 and 60. RGB value is (30,131,96). Sum of RGB (Red+Green+Blue) = 30+131+96=257 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.67% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #1E8360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8360 is #E17C9F. Grayscale: #606060. Windows color (decimal): -14777504 or 6325022. OLE color: 6325022.

HSL color Cylindrical-coordinate representation of color #1E8360: hue angle of 159.21º 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 #1E8360 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 30 131 96 -
CMYK 0.77 0 0.27 0.49
HSL 159.21º 0.63% 0.32% -
HSV(B) 159.21º 0.77% 0.51% -
XYZ 10.76 17.35 13.85 -
YUV 96.81 127.54 80.35 -
System Red Green Blue C M Y K H S L
Decimal 30 131 96 0.77 0 0.27 0.49 159.21 0.63 0.32
Hex 1E 83 60 4D 0 1B 31 9F 3F 20
Octal 36 203 140 115 0 33 61 237 77 40
Binary 11110 10000011 1100000 1001101 0 11011 110001 10011111 111111 100000

Color Harmonies of #1E8360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8360

Black with #1E8360

Text Example


Text Example

White with #1E8360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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