#1D6A52

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

Shades of Evening Sea #1D6A52

Tints of Evening Sea #1D6A52

Color information

#1D6A52 (or 0x1D6A52) is unknown color: approx Evening Sea. HEX triplet: 1D, 6A and 52. RGB value is (29,106,82). Sum of RGB (Red+Green+Blue) = 29+106+82=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 106 (41.80% from 255 or 48.85% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 106 - color contains mainly: green. Hex color #1D6A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6A52 is #E295AD. Grayscale: #505050. Windows color (decimal): -14849454 or 5401117. OLE color: 5401117.

HSL color Cylindrical-coordinate representation of color #1D6A52: hue angle of 161.3º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D6A52 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB2910682-
CMYK0.7300.230.58
HSL161.3º57.04%26.47%-
HSV(B)161.3º72.64%41.57%-
XYZ7.1811.189.76-
YUV80.24128.9991.45-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.36%
GREEN value IS 106 (41.80% from 255) = 48.85%
BLUE value IS 82 (32.42% from 255) = 37.79%
R=13.36%
G=48.85%
B=37.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal29106820.7300.230.58161.357.0426.47
Hex1D6A52490173Aa1391a
Octal35152122111027722417132
Binary111011101010101001010010010101111110101010000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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