#1C722A

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

Shades of San Felix #1C722A

Tints of San Felix #1C722A

Color information

#1C722A (or 0x1C722A) is unknown color: approx San Felix. HEX triplet: 1C, 72 and 2A. RGB value is (28,114,42). Sum of RGB (Red+Green+Blue) = 28+114+42=184 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.22% from 184); Green value is 114 (44.92% from 255 or 61.96% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 114 - color contains mainly: green. Hex color #1C722A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C722A is #E38DD5. Grayscale: #505050. Windows color (decimal): -14912982 or 2781724. OLE color: 2781724.

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

Color convert

RGB2811442-
CMYK0.7500.630.55
HSL129.77º60.56%27.84%-
HSV(B)129.77º75.44%44.71%-
XYZ6.9112.454.23-
YUV80.08106.5190.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.22%
GREEN value IS 114 (44.92% from 255) = 61.96%
BLUE value IS 42 (16.80% from 255) = 22.83%
R=15.22%
G=61.96%
B=22.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28114420.7500.630.55129.7760.5627.84
Hex1C722A4B03F37823d1c
Octal3416252113077672027534
Binary111001110010101010100101101111111101111000001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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