#1C6928

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

Shades of San Felix #1C6928

Tints of San Felix #1C6928

Color information

#1C6928 (or 0x1C6928) is unknown color: approx San Felix. HEX triplet: 1C, 69 and 28. RGB value is (28,105,40). Sum of RGB (Red+Green+Blue) = 28+105+40=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 105 (41.41% from 255 or 60.69% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 105 - color contains mainly: green. Hex color #1C6928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6928 is #E396D7. Grayscale: #4A4A4A. Windows color (decimal): -14915288 or 2648348. OLE color: 2648348.

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

Color convert

RGB2810540-
CMYK0.7300.620.59
HSL129.35º57.89%26.08%-
HSV(B)129.35º73.33%41.18%-
XYZ5.9110.53.72-
YUV74.57108.4994.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.18%
GREEN value IS 105 (41.41% from 255) = 60.69%
BLUE value IS 40 (16.02% from 255) = 23.12%
R=16.18%
G=60.69%
B=23.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal28105400.7300.620.59129.3557.8926.08
Hex1C69284903E3B813a1a
Octal3415150111076732017232
Binary111001101001101000100100101111101110111000000111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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