#1D6E52

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

Shades of Evening Sea #1D6E52

Tints of Evening Sea #1D6E52

Color information

#1D6E52 (or 0x1D6E52) is unknown color: approx Evening Sea. HEX triplet: 1D, 6E and 52. RGB value is (29,110,82). Sum of RGB (Red+Green+Blue) = 29+110+82=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 110 (43.36% from 255 or 49.77% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 110 - color contains mainly: green. Hex color #1D6E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6E52 is #E291AD. Grayscale: #525252. Windows color (decimal): -14848430 or 5402141. OLE color: 5402141.

HSL color Cylindrical-coordinate representation of color #1D6E52: hue angle of 159.26º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D6E52 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB2911082-
CMYK0.7400.250.57
HSL159.26º58.27%27.25%-
HSV(B)159.26º73.64%43.14%-
XYZ7.6112.029.9-
YUV82.59127.6689.78-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.12%
GREEN value IS 110 (43.36% from 255) = 49.77%
BLUE value IS 82 (32.42% from 255) = 37.10%
R=13.12%
G=49.77%
B=37.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal29110820.7400.250.57159.2658.2727.25
Hex1D6E524A019399f3a1b
Octal35156122112031712377233
Binary111011101110101001010010100110011110011001111111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,110,82); }

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

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

 a { background-color: rgb(29,110,82); }

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

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

 span { border-color: rgb(29,110,82); }

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