#1d7e6d

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

Shades of Deep Sea #1D7E6D

Tints of Deep Sea #1D7E6D

Color information

#1D7E6D (or 0x1D7E6D) is unknown color: approx Deep Sea. HEX triplet: 1D, 7E and 6D. RGB value is (29,126,109). Sum of RGB (Red+Green+Blue) = 29+126+109=264 (34% of max value = 765). Red value is 29 (11.72% from 255 or 10.98% from 264); Green value is 126 (49.61% from 255 or 47.73% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 126 - color contains mainly: green. Hex color #1D7E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7E6D is #E28192. Grayscale: #5F5F5F. Windows color (decimal): -14844307 or 7175709. OLE color: 7175709.

HSL color Cylindrical-coordinate representation of color #1D7E6D: hue angle of 169.48º degrees, saturation: 0.63, 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 #1D7E6D is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB29126109-
CMYK0.7700.130.51
HSL169.48º62.58%30.39%-
HSV(B)169.48º76.98%49.41%-
XYZ10.7316.2917.05-
YUV95.06135.8680.88-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.98%
GREEN value IS 126 (49.61% from 255) = 47.73%
BLUE value IS 109 (42.97% from 255) = 41.29%
R=10.98%
G=47.73%
B=41.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal291261090.7700.130.51169.4862.5830.39
Hex1D7E6D4D0D33a93f1e
Octal35176155115015632517736
Binary11101111111011011011001101011011100111010100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d7e6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,126,109); }

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

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

 a { background-color: rgb(29,126,109); }

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

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

 span { border-color: rgb(29,126,109); }

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