#1C6145

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

Shades of Jewel #1C6145

Tints of Jewel #1C6145

Color information

#1C6145 (or 0x1C6145) is unknown color: approx Jewel. HEX triplet: 1C, 61 and 45. RGB value is (28,97,69). Sum of RGB (Red+Green+Blue) = 28+97+69=194 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.43% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #1C6145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6145 is #E39EBA. Grayscale: #494949. Windows color (decimal): -14917307 or 4546844. OLE color: 4546844.

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

Color convert

RGB289769-
CMYK0.7100.290.62
HSL155.65º55.2%24.51%-
HSV(B)155.65º71.13%38.04%-
XYZ5.839.237.1-
YUV73.18125.6495.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.43%
GREEN value IS 97 (38.28% from 255) = 50%
BLUE value IS 69 (27.34% from 255) = 35.57%
R=14.43%
G=50%
B=35.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2897690.7100.290.62155.6555.224.51
Hex1C61454701D3E9c3719
Octal34141105107035762346731
Binary111001100001100010110001110111011111101001110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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