#1D7262

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

Shades of Deep Sea #1D7262

Tints of Deep Sea #1D7262

Color information

#1D7262 (or 0x1D7262) is unknown color: approx Deep Sea. HEX triplet: 1D, 72 and 62. RGB value is (29,114,98). Sum of RGB (Red+Green+Blue) = 29+114+98=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #1D7262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7262 is #E28D9D. Grayscale: #565656. Windows color (decimal): -14847390 or 6451741. OLE color: 6451741.

HSL color Cylindrical-coordinate representation of color #1D7262: hue angle of 168.71º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7262 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB2911498-
CMYK0.7500.140.55
HSL168.71º59.44%28.04%-
HSV(B)168.71º74.56%44.71%-
XYZ8.7313.1813.64-
YUV86.76134.3486.8-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.03%
GREEN value IS 114 (44.92% from 255) = 47.30%
BLUE value IS 98 (38.67% from 255) = 40.66%
R=12.03%
G=47.30%
B=40.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal29114980.7500.140.55168.7159.4428.04
Hex1D72624B0E37a93b1c
Octal35162142113016672517334
Binary11101111001011000101001011011101101111010100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,114,98); }

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

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

 a { background-color: rgb(29,114,98); }

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

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

 span { border-color: rgb(29,114,98); }

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