Html Css Color HEX #1D715A Deep Sea

📋 copy color: '#1D715A'

red 29 ◦ green 113 ◦ blue 90

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

Shades of Deep Sea #1D715A

Tints of Deep Sea #1D715A

RGB

 RED value IS 29 (11.72% from 255) = 12.5%

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

 BLUE value IS 90 (35.55% from 255) = 38.79%

R = 12.5%
G = 48.71%
B = 38.79%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#1D715A (or 0x1D715A) is known color: Deep Sea. HEX triplet: 1D, 71 and 5A. RGB value is (29,113,90). Sum of RGB (Red+Green+Blue) = 29+113+90=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #1D715A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D715A is #E28EA5. Grayscale: #555555. Windows color (decimal): -14847654 or 5927197. OLE color: 5927197.

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

Color convert

RGB 29 113 90 -
CMYK 0.74 0 0.20 0.56
HSL 163.57º 0.59% 0.28% -
HSV(B) 163.57º 0.74% 0.44% -
XYZ 8.26 12.81 11.71 -
YUV 85.26 130.67 87.87 -
System Red Green Blue C M Y K H S L
Decimal 29 113 90 0.74 0 0.20 0.56 163.57 0.59 0.28
Hex 1D 71 5A 4A 0 14 38 A4 3B 1C
Octal 35 161 132 112 0 24 70 244 73 34
Binary 11101 1110001 1011010 1001010 0 10100 111000 10100100 111011 11100

Color Harmonies of #1D715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D715A

Black with #1D715A

Text Example


Text Example

White with #1D715A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,113,90); }

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

background-color css

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

 a { background-color: rgb(29,113,90); }

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

border-color css

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

 span { border-color: rgb(29,113,90); }

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