Html Css Color HEX #1E835D Deep Sea

📋 copy color: '#1E835D'

red 30 ◦ green 131 ◦ blue 93

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

Shades of Deep Sea #1E835D

Tints of Deep Sea #1E835D

RGB

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

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

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

R = 11.81%
G = 51.57%
B = 36.61%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#1E835D (or 0x1E835D) is known color: Deep Sea. HEX triplet: 1E, 83 and 5D. RGB value is (30,131,93). Sum of RGB (Red+Green+Blue) = 30+131+93=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #1E835D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E835D is #E17CA2. Grayscale: #606060. Windows color (decimal): -14777507 or 6128414. OLE color: 6128414.

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

Color convert

RGB 30 131 93 -
CMYK 0.77 0 0.29 0.49
HSL 157.43º 0.63% 0.32% -
HSV(B) 157.43º 0.77% 0.51% -
XYZ 10.63 17.3 13.13 -
YUV 96.47 126.04 80.59 -
System Red Green Blue C M Y K H S L
Decimal 30 131 93 0.77 0 0.29 0.49 157.43 0.63 0.32
Hex 1E 83 5D 4D 0 1D 31 9D 3F 20
Octal 36 203 135 115 0 35 61 235 77 40
Binary 11110 10000011 1011101 1001101 0 11101 110001 10011101 111111 100000

Color Harmonies of #1E835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E835D

Black with #1E835D

Text Example


Text Example

White with #1E835D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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