#1D815B

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

Shades of Deep Sea #1D815B

Tints of Deep Sea #1D815B

Color information

#1D815B (or 0x1D815B) is unknown color: approx Deep Sea. HEX triplet: 1D, 81 and 5B. RGB value is (29,129,91). Sum of RGB (Red+Green+Blue) = 29+129+91=249 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.65% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #1D815B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D815B is #E27EA4. Grayscale: #5E5E5E. Windows color (decimal): -14843557 or 5996829. OLE color: 5996829.

HSL color Cylindrical-coordinate representation of color #1D815B: hue angle of 157.2º degrees, saturation: 0.63, 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 #1D815B is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB2912991-
CMYK0.7800.290.49
HSL157.2º63.29%30.98%-
HSV(B)157.2º77.52%50.59%-
XYZ10.2516.7212.58-
YUV94.77125.8781.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.65%
GREEN value IS 129 (50.78% from 255) = 51.81%
BLUE value IS 91 (35.94% from 255) = 36.55%
R=11.65%
G=51.81%
B=36.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal29129910.7800.290.49157.263.2930.98
Hex1D815B4E01D319d3f1f
Octal35201133116035612357737
Binary1110110000001101101110011100111011100011001110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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