Html Css Color HEX #1E735D Deep Sea

📋 copy color: '#1E735D'

red 30 ◦ green 115 ◦ blue 93

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

Shades of Deep Sea #1E735D

Tints of Deep Sea #1E735D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.32%

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

R = 12.61%
G = 48.32%
B = 39.08%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#1E735D (or 0x1E735D) is known color: Deep Sea. HEX triplet: 1E, 73 and 5D. RGB value is (30,115,93). Sum of RGB (Red+Green+Blue) = 30+115+93=238 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.61% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 115 - color contains mainly: green. Hex color #1E735D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E735D is #E18CA2. Grayscale: #575757. Windows color (decimal): -14781603 or 6124318. OLE color: 6124318.

HSL color Cylindrical-coordinate representation of color #1E735D: hue angle of 164.47º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E735D is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 30 115 93 -
CMYK 0.74 0 0.19 0.55
HSL 164.47º 0.59% 0.28% -
HSV(B) 164.47º 0.74% 0.45% -
XYZ 8.64 13.33 12.47 -
YUV 87.08 131.34 87.29 -
System Red Green Blue C M Y K H S L
Decimal 30 115 93 0.74 0 0.19 0.55 164.47 0.59 0.28
Hex 1E 73 5D 4A 0 13 37 A4 3B 1C
Octal 36 163 135 112 0 23 67 244 73 34
Binary 11110 1110011 1011101 1001010 0 10011 110111 10100100 111011 11100

Color Harmonies of #1E735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E735D

Black with #1E735D

Text Example


Text Example

White with #1E735D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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