#1D8362

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

Shades of Deep Sea #1D8362

Tints of Deep Sea #1D8362

Color information

#1D8362 (or 0x1D8362) is unknown color: approx Deep Sea. HEX triplet: 1D, 83 and 62. RGB value is (29,131,98). Sum of RGB (Red+Green+Blue) = 29+131+98=258 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.24% from 258); Green value is 131 (51.56% from 255 or 50.78% from 258); Blue value is 98 (38.67% from 255 or 37.98% from 258); Max value from RGB is 131 - color contains mainly: green. Hex color #1D8362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8362 is #E27C9D. Grayscale: #606060. Windows color (decimal): -14843038 or 6456093. OLE color: 6456093.

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

Color convert

RGB2913198-
CMYK0.7800.250.49
HSL160.59º63.75%31.37%-
HSV(B)160.59º77.86%51.37%-
XYZ10.8317.3814.34-
YUV96.74128.7179.68-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.24%
GREEN value IS 131 (51.56% from 255) = 50.78%
BLUE value IS 98 (38.67% from 255) = 37.98%
R=11.24%
G=50.78%
B=37.98%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal29131980.7800.250.49160.5963.7531.37
Hex1D83624E01931a1401f
Octal352031421160316124110037
Binary11101100000111100010100111001100111000110100001100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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