#1D7359

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

Shades of Deep Sea #1D7359

Tints of Deep Sea #1D7359

Color information

#1D7359 (or 0x1D7359) is unknown color: approx Deep Sea. HEX triplet: 1D, 73 and 59. RGB value is (29,115,89). Sum of RGB (Red+Green+Blue) = 29+115+89=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #1D7359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7359 is #E28CA6. Grayscale: #565656. Windows color (decimal): -14847143 or 5862173. OLE color: 5862173.

HSL color Cylindrical-coordinate representation of color #1D7359: hue angle of 161.86º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7359 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB2911589-
CMYK0.7500.230.55
HSL161.86º59.72%28.24%-
HSV(B)161.86º74.78%45.1%-
XYZ8.4413.2411.56-
YUV86.32129.5187.11-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.45%
GREEN value IS 115 (45.31% from 255) = 49.36%
BLUE value IS 89 (35.16% from 255) = 38.20%
R=12.45%
G=49.36%
B=38.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal29115890.7500.230.55161.8659.7228.24
Hex1D73594B01737a23c1c
Octal35163131113027672427434
Binary111011110011101100110010110101111101111010001011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,115,89); }

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

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

 a { background-color: rgb(29,115,89); }

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

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

 span { border-color: rgb(29,115,89); }

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