#1C7026

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

Shades of San Felix #1C7026

Tints of San Felix #1C7026

Color information

#1C7026 (or 0x1C7026) is unknown color: approx San Felix. HEX triplet: 1C, 70 and 26. RGB value is (28,112,38). Sum of RGB (Red+Green+Blue) = 28+112+38=178 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.73% from 178); Green value is 112 (44.14% from 255 or 62.92% from 178); Blue value is 38 (15.23% from 255 or 21.35% from 178); Max value from RGB is 112 - color contains mainly: green. Hex color #1C7026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7026 is #E38FD9. Grayscale: #4E4E4E. Windows color (decimal): -14913498 or 2519068. OLE color: 2519068.

HSL color Cylindrical-coordinate representation of color #1C7026: hue angle of 127.14º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C7026 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB2811238-
CMYK0.7500.660.56
HSL127.14º60%27.45%-
HSV(B)127.14º75%43.92%-
XYZ6.6211.983.8-
YUV78.45105.1792.02-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.73%
GREEN value IS 112 (44.14% from 255) = 62.92%
BLUE value IS 38 (15.23% from 255) = 21.35%
R=15.73%
G=62.92%
B=21.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal28112380.7500.660.56127.146027.45
Hex1C70264B042387f3c1b
Octal34160461130102701777433
Binary111001110000100110100101101000010111000111111111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,112,38); }

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

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

 a { background-color: rgb(28,112,38); }

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

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

 span { border-color: rgb(28,112,38); }

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