#1A721E

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

Shades of San Felix #1A721E

Tints of San Felix #1A721E

Color information

#1A721E (or 0x1A721E) is unknown color: approx San Felix. HEX triplet: 1A, 72 and 1E. RGB value is (26,114,30). Sum of RGB (Red+Green+Blue) = 26+114+30=170 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.29% from 170); Green value is 114 (44.92% from 255 or 67.06% from 170); Blue value is 30 (12.11% from 255 or 17.65% from 170); Max value from RGB is 114 - color contains mainly: green. Hex color #1A721E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A721E is #E58DE1. Grayscale: #4E4E4E. Windows color (decimal): -15044066 or 1995290. OLE color: 1995290.

HSL color Cylindrical-coordinate representation of color #1A721E: hue angle of 122.73º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A721E is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB2611430-
CMYK0.7700.740.55
HSL122.73º62.86%27.45%-
HSV(B)122.73º77.19%44.71%-
XYZ6.6812.353.26-
YUV78.11100.8590.83-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.29%
GREEN value IS 114 (44.92% from 255) = 67.06%
BLUE value IS 30 (12.11% from 255) = 17.65%
R=15.29%
G=67.06%
B=17.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26114300.7700.740.55122.7362.8627.45
Hex1A721E4D04A377b3f1b
Octal32162361150112671737733
Binary11010111001011110100110101001010110111111101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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