#1D7964

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

Shades of Deep Sea #1D7964

Tints of Deep Sea #1D7964

Color information

#1D7964 (or 0x1D7964) is unknown color: approx Deep Sea. HEX triplet: 1D, 79 and 64. RGB value is (29,121,100). Sum of RGB (Red+Green+Blue) = 29+121+100=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 121 - color contains mainly: green. Hex color #1D7964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7964 is #E2869B. Grayscale: #5B5B5B. Windows color (decimal): -14845596 or 6584605. OLE color: 6584605.

HSL color Cylindrical-coordinate representation of color #1D7964: hue angle of 166.3º 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 #1D7964 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB29121100-
CMYK0.7600.170.53
HSL166.3º61.33%29.41%-
HSV(B)166.3º76.03%47.45%-
XYZ9.6414.8614.42-
YUV91.1133.0283.71-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.6%
GREEN value IS 121 (47.66% from 255) = 48.4%
BLUE value IS 100 (39.45% from 255) = 40%
R=11.6%
G=48.4%
B=40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal291211000.7600.170.53166.361.3329.41
Hex1D79644C01135a63d1d
Octal35171144114021652467535
Binary111011111001110010010011000100011101011010011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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