#1D745B

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

Shades of Deep Sea #1D745B

Tints of Deep Sea #1D745B

Color information

#1D745B (or 0x1D745B) is unknown color: approx Deep Sea. HEX triplet: 1D, 74 and 5B. RGB value is (29,116,91). Sum of RGB (Red+Green+Blue) = 29+116+91=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #1D745B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D745B is #E28BA4. Grayscale: #575757. Windows color (decimal): -14846885 or 5993501. OLE color: 5993501.

HSL color Cylindrical-coordinate representation of color #1D745B: hue angle of 162.76º 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 #1D745B is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB2911691-
CMYK0.7500.220.55
HSL162.76º60%28.43%-
HSV(B)162.76º75%45.49%-
XYZ8.6413.5112.05-
YUV87.14130.1886.53-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.29%
GREEN value IS 116 (45.70% from 255) = 49.15%
BLUE value IS 91 (35.94% from 255) = 38.56%
R=12.29%
G=49.15%
B=38.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal29116910.7500.220.55162.766028.43
Hex1D745B4B01637a33c1c
Octal35164133113026672437434
Binary111011110100101101110010110101101101111010001111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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