#1D694E

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

Shades of Evening Sea #1D694E

Tints of Evening Sea #1D694E

Color information

#1D694E (or 0x1D694E) is unknown color: approx Evening Sea. HEX triplet: 1D, 69 and 4E. RGB value is (29,105,78). Sum of RGB (Red+Green+Blue) = 29+105+78=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #1D694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D694E is #E296B1. Grayscale: #4F4F4F. Windows color (decimal): -14849714 or 5138717. OLE color: 5138717.

HSL color Cylindrical-coordinate representation of color #1D694E: hue angle of 158.68º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D694E is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB2910578-
CMYK0.7200.260.59
HSL158.68º56.72%26.27%-
HSV(B)158.68º72.38%41.18%-
XYZ6.9310.918.95-
YUV79.2127.3292.2-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.68%
GREEN value IS 105 (41.41% from 255) = 49.53%
BLUE value IS 78 (30.86% from 255) = 36.79%
R=13.68%
G=49.53%
B=36.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal29105780.7200.260.59158.6856.7226.27
Hex1D694E4801A3B9f391a
Octal35151116110032732377132
Binary111011101001100111010010000110101110111001111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,105,78); }

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

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

 a { background-color: rgb(29,105,78); }

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

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

 span { border-color: rgb(29,105,78); }

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