#1D604A

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

Shades of Evening Sea #1D604A

Tints of Evening Sea #1D604A

Color information

#1D604A (or 0x1D604A) is unknown color: approx Evening Sea. HEX triplet: 1D, 60 and 4A. RGB value is (29,96,74). Sum of RGB (Red+Green+Blue) = 29+96+74=199 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.57% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #1D604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D604A is #E29FB5. Grayscale: #494949. Windows color (decimal): -14852022 or 4874269. OLE color: 4874269.

HSL color Cylindrical-coordinate representation of color #1D604A: hue angle of 160.3º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D604A is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB299674-
CMYK0.7000.230.62
HSL160.3º53.6%24.51%-
HSV(B)160.3º69.79%37.65%-
XYZ5.939.127.93-
YUV73.46128.396.29-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.57%
GREEN value IS 96 (37.89% from 255) = 48.24%
BLUE value IS 74 (29.30% from 255) = 37.19%
R=14.57%
G=48.24%
B=37.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2996740.7000.230.62160.353.624.51
Hex1D604A460173Ea03619
Octal35140112106027762406631
Binary111011100000100101010001100101111111101010000011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,96,74); }

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

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

 a { background-color: rgb(29,96,74); }

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

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

 span { border-color: rgb(29,96,74); }

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