#1D795B

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

Shades of Deep Sea #1D795B

Tints of Deep Sea #1D795B

Color information

#1D795B (or 0x1D795B) is unknown color: approx Deep Sea. HEX triplet: 1D, 79 and 5B. RGB value is (29,121,91). Sum of RGB (Red+Green+Blue) = 29+121+91=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #1D795B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D795B is #E286A4. Grayscale: #5A5A5A. Windows color (decimal): -14845605 or 5994781. OLE color: 5994781.

HSL color Cylindrical-coordinate representation of color #1D795B: hue angle of 160.43º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D795B is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB2912191-
CMYK0.7600.250.53
HSL160.43º61.33%29.41%-
HSV(B)160.43º76.03%47.45%-
XYZ9.2314.6912.25-
YUV90.07128.5284.44-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.03%
GREEN value IS 121 (47.66% from 255) = 50.21%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=12.03%
G=50.21%
B=37.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29121910.7600.250.53160.4361.3329.41
Hex1D795B4C01935a03d1d
Octal35171133114031652407535
Binary111011111001101101110011000110011101011010000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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