#1C6B15

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

Shades of San Felix #1C6B15

Tints of San Felix #1C6B15

Color information

#1C6B15 (or 0x1C6B15) is unknown color: approx San Felix. HEX triplet: 1C, 6B and 15. RGB value is (28,107,21). Sum of RGB (Red+Green+Blue) = 28+107+21=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 107 (42.19% from 255 or 68.59% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 107 - color contains mainly: green. Hex color #1C6B15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C6B15 is #E394EA. Grayscale: #494949. Windows color (decimal): -14914795 or 1403676. OLE color: 1403676.

HSL color Cylindrical-coordinate representation of color #1C6B15: hue angle of 115.12º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C6B15 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB2810721-
CMYK0.7400.800.58
HSL115.12º67.19%25.1%-
HSV(B)115.12º80.37%41.96%-
XYZ5.8710.822.49-
YUV73.5898.3395.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.95%
GREEN value IS 107 (42.19% from 255) = 68.59%
BLUE value IS 21 (8.59% from 255) = 13.46%
R=17.95%
G=68.59%
B=13.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal28107210.7400.800.58115.1267.1925.1
Hex1C6B154A0503A734319
Octal341532511201207216310331
Binary111001101011101011001010010100001110101110011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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