#1D715B

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

Shades of Deep Sea #1D715B

Tints of Deep Sea #1D715B

Color information

#1D715B (or 0x1D715B) is unknown color: approx Deep Sea. HEX triplet: 1D, 71 and 5B. RGB value is (29,113,91). Sum of RGB (Red+Green+Blue) = 29+113+91=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #1D715B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D715B is #E28EA4. Grayscale: #555555. Windows color (decimal): -14847653 or 5992733. OLE color: 5992733.

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

Color convert

RGB2911391-
CMYK0.7400.190.56
HSL164.29º59.15%27.84%-
HSV(B)164.29º74.34%44.31%-
XYZ8.312.8311.94-
YUV85.38131.1787.79-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.45%
GREEN value IS 113 (44.53% from 255) = 48.50%
BLUE value IS 91 (35.94% from 255) = 39.06%
R=12.45%
G=48.50%
B=39.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29113910.7400.190.56164.2959.1527.84
Hex1D715B4A01338a43b1c
Octal35161133112023702447334
Binary111011110001101101110010100100111110001010010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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