Html Css Color HEX #1E835C Deep Sea

📋 copy color: '#1E835C'

red 30 ◦ green 131 ◦ blue 92

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

Shades of Deep Sea #1E835C

Tints of Deep Sea #1E835C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.36%

R = 11.86%
G = 51.78%
B = 36.36%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#1E835C (or 0x1E835C) is known color: Deep Sea. HEX triplet: 1E, 83 and 5C. RGB value is (30,131,92). Sum of RGB (Red+Green+Blue) = 30+131+92=253 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.86% from 253); Green value is 131 (51.56% from 255 or 51.78% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 131 - color contains mainly: green. Hex color #1E835C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E835C is #E17CA3. Grayscale: #606060. Windows color (decimal): -14777508 or 6062878. OLE color: 6062878.

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

Color convert

RGB 30 131 92 -
CMYK 0.77 0 0.30 0.49
HSL 156.83º 0.63% 0.32% -
HSV(B) 156.83º 0.77% 0.51% -
XYZ 10.58 17.28 12.9 -
YUV 96.36 125.54 80.67 -
System Red Green Blue C M Y K H S L
Decimal 30 131 92 0.77 0 0.30 0.49 156.83 0.63 0.32
Hex 1E 83 5C 4D 0 1E 31 9D 3F 20
Octal 36 203 134 115 0 36 61 235 77 40
Binary 11110 10000011 1011100 1001101 0 11110 110001 10011101 111111 100000

Color Harmonies of #1E835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E835C

Black with #1E835C

Text Example


Text Example

White with #1E835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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