#1C6148

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

Shades of Evening Sea #1C6148

Tints of Evening Sea #1C6148

Color information

#1C6148 (or 0x1C6148) is unknown color: approx Evening Sea. HEX triplet: 1C, 61 and 48. RGB value is (28,97,72). Sum of RGB (Red+Green+Blue) = 28+97+72=197 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.21% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #1C6148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6148 is #E39EB7. Grayscale: #494949. Windows color (decimal): -14917304 or 4743452. OLE color: 4743452.

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

Color convert

RGB289772-
CMYK0.7100.260.62
HSL158.26º55.2%24.51%-
HSV(B)158.26º71.13%38.04%-
XYZ5.929.267.61-
YUV73.52127.1495.53-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.21%
GREEN value IS 97 (38.28% from 255) = 49.24%
BLUE value IS 72 (28.52% from 255) = 36.55%
R=14.21%
G=49.24%
B=36.55%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2897720.7100.260.62158.2655.224.51
Hex1C61484701A3E9e3719
Octal34141110107032762366731
Binary111001100001100100010001110110101111101001111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,97,72); }

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

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

 a { background-color: rgb(28,97,72); }

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

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

 span { border-color: rgb(28,97,72); }

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