#1D6A4F

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

Shades of Evening Sea #1D6A4F

Tints of Evening Sea #1D6A4F

Color information

#1D6A4F (or 0x1D6A4F) is unknown color: approx Evening Sea. HEX triplet: 1D, 6A and 4F. RGB value is (29,106,79). Sum of RGB (Red+Green+Blue) = 29+106+79=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 106 (41.80% from 255 or 49.53% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 106 - color contains mainly: green. Hex color #1D6A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6A4F is #E295B0. Grayscale: #4F4F4F. Windows color (decimal): -14849457 or 5204509. OLE color: 5204509.

HSL color Cylindrical-coordinate representation of color #1D6A4F: hue angle of 158.96º 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 #1D6A4F is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB2910679-
CMYK0.7300.250.58
HSL158.96º57.04%26.47%-
HSV(B)158.96º72.64%41.57%-
XYZ7.0711.139.17-
YUV79.9127.4991.7-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.55%
GREEN value IS 106 (41.80% from 255) = 49.53%
BLUE value IS 79 (31.25% from 255) = 36.92%
R=13.55%
G=49.53%
B=36.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal29106790.7300.250.58158.9657.0426.47
Hex1D6A4F490193A9f391a
Octal35152117111031722377132
Binary111011101010100111110010010110011110101001111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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