#1C6049

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

Shades of Evening Sea #1C6049

Tints of Evening Sea #1C6049

Color information

#1C6049 (or 0x1C6049) is unknown color: approx Evening Sea. HEX triplet: 1C, 60 and 49. RGB value is (28,96,73). Sum of RGB (Red+Green+Blue) = 28+96+73=197 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.21% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #1C6049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6049 is #E39FB6. Grayscale: #494949. Windows color (decimal): -14917559 or 4808732. OLE color: 4808732.

HSL color Cylindrical-coordinate representation of color #1C6049: hue angle of 159.71º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C6049 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB289673-
CMYK0.7100.240.62
HSL159.71º54.84%24.31%-
HSV(B)159.71º70.83%37.65%-
XYZ5.869.097.75-
YUV73.05127.9795.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.21%
GREEN value IS 96 (37.89% from 255) = 48.73%
BLUE value IS 73 (28.91% from 255) = 37.06%
R=14.21%
G=48.73%
B=37.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2896730.7100.240.62159.7154.8424.31
Hex1C6049470183Ea03718
Octal34140111107030762406730
Binary111001100000100100110001110110001111101010000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,96,73); }

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

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

 a { background-color: rgb(28,96,73); }

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

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

 span { border-color: rgb(28,96,73); }

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