#1c7225

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

Shades of San Felix #1C7225

Tints of San Felix #1C7225

Color information

#1C7225 (or 0x1C7225) is unknown color: approx San Felix. HEX triplet: 1C, 72 and 25. RGB value is (28,114,37). Sum of RGB (Red+Green+Blue) = 28+114+37=179 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.64% from 179); Green value is 114 (44.92% from 255 or 63.69% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 114 - color contains mainly: green. Hex color #1C7225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7225 is #E38DDA. Grayscale: #4F4F4F. Windows color (decimal): -14912987 or 2454044. OLE color: 2454044.

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

Color convert

RGB2811437-
CMYK0.7500.680.55
HSL126.28º60.56%27.84%-
HSV(B)126.28º75.44%44.71%-
XYZ6.8312.423.79-
YUV79.51104.0191.26-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.64%
GREEN value IS 114 (44.92% from 255) = 63.69%
BLUE value IS 37 (14.84% from 255) = 20.67%
R=15.64%
G=63.69%
B=20.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28114370.7500.680.55126.2860.5627.84
Hex1C72254B044377e3d1c
Octal34162451130104671767534
Binary111001110010100101100101101000100110111111111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c7225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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