Html Css Color HEX #1E755F Deep Sea

📋 copy color: '#1E755F'

red 30 ◦ green 117 ◦ blue 95

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

Shades of Deep Sea #1E755F

Tints of Deep Sea #1E755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.35%

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

R = 12.4%
G = 48.35%
B = 39.26%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#1E755F (or 0x1E755F) is known color: Deep Sea. HEX triplet: 1E, 75 and 5F. RGB value is (30,117,95). Sum of RGB (Red+Green+Blue) = 30+117+95=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #1E755F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E755F is #E18AA0. Grayscale: #585858. Windows color (decimal): -14781089 or 6255902. OLE color: 6255902.

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

Color convert

RGB 30 117 95 -
CMYK 0.74 0 0.19 0.54
HSL 164.83º 0.59% 0.29% -
HSV(B) 164.83º 0.74% 0.46% -
XYZ 8.96 13.82 13.02 -
YUV 88.48 131.68 86.29 -
System Red Green Blue C M Y K H S L
Decimal 30 117 95 0.74 0 0.19 0.54 164.83 0.59 0.29
Hex 1E 75 5F 4A 0 13 36 A5 3B 1D
Octal 36 165 137 112 0 23 66 245 73 35
Binary 11110 1110101 1011111 1001010 0 10011 110110 10100101 111011 11101

Color Harmonies of #1E755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E755F

Black with #1E755F

Text Example


Text Example

White with #1E755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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