Html Css Color HEX #1E715F Deep Sea

📋 copy color: '#1E715F'

red 30 ◦ green 113 ◦ blue 95

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

Shades of Deep Sea #1E715F

Tints of Deep Sea #1E715F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.48%

 BLUE value IS 95 (37.5% from 255) = 39.92%

R = 12.61%
G = 47.48%
B = 39.92%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#1E715F (or 0x1E715F) is known color: Deep Sea. HEX triplet: 1E, 71 and 5F. RGB value is (30,113,95). Sum of RGB (Red+Green+Blue) = 30+113+95=238 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.61% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 113 - color contains mainly: green. Hex color #1E715F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E715F is #E18EA0. Grayscale: #565656. Windows color (decimal): -14782113 or 6254878. OLE color: 6254878.

HSL color Cylindrical-coordinate representation of color #1E715F: hue angle of 166.99º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E715F is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 30 113 95 -
CMYK 0.73 0 0.16 0.56
HSL 166.99º 0.58% 0.28% -
HSV(B) 166.99º 0.73% 0.44% -
XYZ 8.51 12.91 12.87 -
YUV 86.13 133 87.96 -
System Red Green Blue C M Y K H S L
Decimal 30 113 95 0.73 0 0.16 0.56 166.99 0.58 0.28
Hex 1E 71 5F 49 0 10 38 A7 3A 1C
Octal 36 161 137 111 0 20 70 247 72 34
Binary 11110 1110001 1011111 1001001 0 10000 111000 10100111 111010 11100

Color Harmonies of #1E715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E715F

Black with #1E715F

Text Example


Text Example

White with #1E715F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,113,95); }

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

background-color css

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

 a { background-color: rgb(30,113,95); }

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

border-color css

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

 span { border-color: rgb(30,113,95); }

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