#1C721E

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

Shades of San Felix #1C721E

Tints of San Felix #1C721E

Color information

#1C721E (or 0x1C721E) is unknown color: approx San Felix. HEX triplet: 1C, 72 and 1E. RGB value is (28,114,30). Sum of RGB (Red+Green+Blue) = 28+114+30=172 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.28% from 172); Green value is 114 (44.92% from 255 or 66.28% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 114 - color contains mainly: green. Hex color #1C721E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C721E is #E38DE1. Grayscale: #4E4E4E. Windows color (decimal): -14912994 or 1995292. OLE color: 1995292.

HSL color Cylindrical-coordinate representation of color #1C721E: hue angle of 121.4º 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 #1C721E is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB2811430-
CMYK0.7500.740.55
HSL121.4º60.56%27.84%-
HSV(B)121.4º75.44%44.71%-
XYZ6.7312.383.26-
YUV78.71100.5191.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.28%
GREEN value IS 114 (44.92% from 255) = 66.28%
BLUE value IS 30 (12.11% from 255) = 17.44%
R=16.28%
G=66.28%
B=17.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28114300.7500.740.55121.460.5627.84
Hex1C721E4B04A37793d1c
Octal34162361130112671717534
Binary11100111001011110100101101001010110111111100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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