#1D7F5B

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

Shades of Deep Sea #1D7F5B

Tints of Deep Sea #1D7F5B

Color information

#1D7F5B (or 0x1D7F5B) is unknown color: approx Deep Sea. HEX triplet: 1D, 7F and 5B. RGB value is (29,127,91). Sum of RGB (Red+Green+Blue) = 29+127+91=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #1D7F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7F5B is #E280A4. Grayscale: #5D5D5D. Windows color (decimal): -14844069 or 5996317. OLE color: 5996317.

HSL color Cylindrical-coordinate representation of color #1D7F5B: hue angle of 157.96º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7F5B is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB2912791-
CMYK0.7700.280.50
HSL157.96º62.82%30.59%-
HSV(B)157.96º77.17%49.8%-
XYZ9.9816.212.5-
YUV93.59126.5381.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.74%
GREEN value IS 127 (50% from 255) = 51.42%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=11.74%
G=51.42%
B=36.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal29127910.7700.280.50157.9662.8230.59
Hex1D7F5B4D01C329e3f1f
Octal35177133115034622367737
Binary111011111111101101110011010111001100101001111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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