#1D604B

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

Shades of Evening Sea #1D604B

Tints of Evening Sea #1D604B

Color information

#1D604B (or 0x1D604B) is unknown color: approx Evening Sea. HEX triplet: 1D, 60 and 4B. RGB value is (29,96,75). Sum of RGB (Red+Green+Blue) = 29+96+75=200 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.5% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #1D604B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D604B is #E29FB4. Grayscale: #494949. Windows color (decimal): -14852021 or 4939805. OLE color: 4939805.

HSL color Cylindrical-coordinate representation of color #1D604B: hue angle of 161.19º 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 #1D604B is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB299675-
CMYK0.7000.220.62
HSL161.19º53.6%24.51%-
HSV(B)161.19º69.79%37.65%-
XYZ5.969.138.11-
YUV73.57128.896.21-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.5%
GREEN value IS 96 (37.89% from 255) = 48%
BLUE value IS 75 (29.69% from 255) = 37.5%
R=14.5%
G=48%
B=37.5%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2996750.7000.220.62161.1953.624.51
Hex1D604B460163Ea13619
Octal35140113106026762416631
Binary111011100000100101110001100101101111101010000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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