#1D715D

Color #1D715D Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #1D715D

Tints of Deep Sea #1D715D

Color information

#1D715D (or 0x1D715D) is unknown color: approx Deep Sea. HEX triplet: 1D, 71 and 5D. RGB value is (29,113,93). Sum of RGB (Red+Green+Blue) = 29+113+93=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #1D715D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D715D is #E28EA2. Grayscale: #555555. Windows color (decimal): -14847651 or 6123805. OLE color: 6123805.

HSL color Cylindrical-coordinate representation of color #1D715D: hue angle of 165.71º 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 #1D715D is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB2911393-
CMYK0.7400.180.56
HSL165.71º59.15%27.84%-
HSV(B)165.71º74.34%44.31%-
XYZ8.3912.8612.4-
YUV85.6132.1787.63-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.34%
GREEN value IS 113 (44.53% from 255) = 48.09%
BLUE value IS 93 (36.72% from 255) = 39.57%
R=12.34%
G=48.09%
B=39.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29113930.7400.180.56165.7159.1527.84
Hex1D715D4A01238a63b1c
Octal35161135112022702467334
Binary111011110001101110110010100100101110001010011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D715D;
 }
 .AnyTagClassName
 {
   color: #1D715D;
 }
</style>
background-color css

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

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

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

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

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

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