#1C6815

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

Shades of San Felix #1C6815

Tints of San Felix #1C6815

Color information

#1C6815 (or 0x1C6815) is unknown color: approx San Felix. HEX triplet: 1C, 68 and 15. RGB value is (28,104,21). Sum of RGB (Red+Green+Blue) = 28+104+21=153 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.30% from 153); Green value is 104 (41.02% from 255 or 67.97% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 104 - color contains mainly: green. Hex color #1C6815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C6815 is #E397EA. Grayscale: #484848. Windows color (decimal): -14915563 or 1402908. OLE color: 1402908.

HSL color Cylindrical-coordinate representation of color #1C6815: hue angle of 114.94º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C6815 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB2810421-
CMYK0.7300.800.59
HSL114.94º66.4%24.51%-
HSV(B)114.94º79.81%40.78%-
XYZ5.5610.22.39-
YUV71.8199.3296.75-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.30%
GREEN value IS 104 (41.02% from 255) = 67.97%
BLUE value IS 21 (8.59% from 255) = 13.73%
R=18.30%
G=67.97%
B=13.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal28104210.7300.800.59114.9466.424.51
Hex1C6815490503B734219
Octal341502511101207316310231
Binary111001101000101011001001010100001110111110011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,104,21); }

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

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

 a { background-color: rgb(28,104,21); }

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

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

 span { border-color: rgb(28,104,21); }

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