#1C6945

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

Shades of Jewel #1C6945

Tints of Jewel #1C6945

Color information

#1C6945 (or 0x1C6945) is unknown color: approx Jewel. HEX triplet: 1C, 69 and 45. RGB value is (28,105,69). Sum of RGB (Red+Green+Blue) = 28+105+69=202 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.86% from 202); Green value is 105 (41.41% from 255 or 51.98% from 202); Blue value is 69 (27.34% from 255 or 34.16% from 202); Max value from RGB is 105 - color contains mainly: green. Hex color #1C6945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6945 is #E396BA. Grayscale: #4D4D4D. Windows color (decimal): -14915259 or 4548892. OLE color: 4548892.

HSL color Cylindrical-coordinate representation of color #1C6945: hue angle of 151.95º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C6945 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB2810569-
CMYK0.7300.340.59
HSL151.95º57.89%26.08%-
HSV(B)151.95º73.33%41.18%-
XYZ6.610.787.36-
YUV77.87122.9992.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.86%
GREEN value IS 105 (41.41% from 255) = 51.98%
BLUE value IS 69 (27.34% from 255) = 34.16%
R=13.86%
G=51.98%
B=34.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal28105690.7300.340.59151.9557.8926.08
Hex1C6945490223B983a1a
Octal34151105111042732307232
Binary1110011010011000101100100101000101110111001100011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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