#1D755A

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

Shades of Deep Sea #1D755A

Tints of Deep Sea #1D755A

Color information

#1D755A (or 0x1D755A) is unknown color: approx Deep Sea. HEX triplet: 1D, 75 and 5A. RGB value is (29,117,90). Sum of RGB (Red+Green+Blue) = 29+117+90=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #1D755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D755A is #E28AA5. Grayscale: #575757. Windows color (decimal): -14846630 or 5928221. OLE color: 5928221.

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

Color convert

RGB2911790-
CMYK0.7500.230.54
HSL161.59º60.27%28.63%-
HSV(B)161.59º75.21%45.88%-
XYZ8.7113.7211.86-
YUV87.61129.3586.2-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.29%
GREEN value IS 117 (46.09% from 255) = 49.58%
BLUE value IS 90 (35.55% from 255) = 38.14%
R=12.29%
G=49.58%
B=38.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal29117900.7500.230.54161.5960.2728.63
Hex1D755A4B01736a23c1d
Octal35165132113027662427435
Binary111011110101101101010010110101111101101010001011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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