#1C7425

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

Shades of San Felix #1C7425

Tints of San Felix #1C7425

Color information

#1C7425 (or 0x1C7425) is unknown color: approx San Felix. HEX triplet: 1C, 74 and 25. RGB value is (28,116,37). Sum of RGB (Red+Green+Blue) = 28+116+37=181 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.47% from 181); Green value is 116 (45.70% from 255 or 64.09% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 116 - color contains mainly: green. Hex color #1C7425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7425 is #E38BDA. Grayscale: #505050. Windows color (decimal): -14912475 or 2454556. OLE color: 2454556.

HSL color Cylindrical-coordinate representation of color #1C7425: hue angle of 126.14º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7425 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB2811637-
CMYK0.7600.680.55
HSL126.14º61.11%28.24%-
HSV(B)126.14º75.86%45.49%-
XYZ7.0612.873.86-
YUV80.68103.3590.42-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.47%
GREEN value IS 116 (45.70% from 255) = 64.09%
BLUE value IS 37 (14.84% from 255) = 20.44%
R=15.47%
G=64.09%
B=20.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28116370.7600.680.55126.1461.1128.24
Hex1C74254C044377e3d1c
Octal34164451140104671767534
Binary111001110100100101100110001000100110111111111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,116,37); }

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

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

 a { background-color: rgb(28,116,37); }

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

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

 span { border-color: rgb(28,116,37); }

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