#1d7d5e

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

Shades of Deep Sea #1D7D5E

Tints of Deep Sea #1D7D5E

Color information

#1D7D5E (or 0x1D7D5E) is unknown color: approx Deep Sea. HEX triplet: 1D, 7D and 5E. RGB value is (29,125,94). Sum of RGB (Red+Green+Blue) = 29+125+94=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 125 (49.22% from 255 or 50.40% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 125 - color contains mainly: green. Hex color #1D7D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7D5E is #E282A1. Grayscale: #5C5C5C. Windows color (decimal): -14844578 or 6192413. OLE color: 6192413.

HSL color Cylindrical-coordinate representation of color #1D7D5E: hue angle of 160.62º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7D5E is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB2912594-
CMYK0.7700.250.51
HSL160.62º62.34%30.2%-
HSV(B)160.62º76.8%49.02%-
XYZ9.8615.7413.11-
YUV92.76128.782.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.69%
GREEN value IS 125 (49.22% from 255) = 50.40%
BLUE value IS 94 (37.11% from 255) = 37.90%
R=11.69%
G=50.40%
B=37.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29125940.7700.250.51160.6262.3430.2
Hex1D7D5E4D01933a13e1e
Octal35175136115031632417636
Binary111011111101101111010011010110011100111010000111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d7d5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,125,94); }

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

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

 a { background-color: rgb(29,125,94); }

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

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

 span { border-color: rgb(29,125,94); }

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