#1A601E

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

Shades of San Felix #1A601E

Tints of San Felix #1A601E

Color information

#1A601E (or 0x1A601E) is unknown color: approx San Felix. HEX triplet: 1A, 60 and 1E. RGB value is (26,96,30). Sum of RGB (Red+Green+Blue) = 26+96+30=152 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.11% from 152); Green value is 96 (37.89% from 255 or 63.16% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 96 - color contains mainly: green. Hex color #1A601E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A601E is #E59FE1. Grayscale: #434343. Windows color (decimal): -15048674 or 1990682. OLE color: 1990682.

HSL color Cylindrical-coordinate representation of color #1A601E: hue angle of 123.43º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A601E is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB269630-
CMYK0.7300.690.62
HSL123.43º57.38%23.92%-
HSV(B)123.43º72.92%37.65%-
XYZ4.848.682.65-
YUV67.55106.8198.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.11%
GREEN value IS 96 (37.89% from 255) = 63.16%
BLUE value IS 30 (12.11% from 255) = 19.74%
R=17.11%
G=63.16%
B=19.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2696300.7300.690.62123.4357.3823.92
Hex1A601E490453E7b3918
Octal32140361110105761737130
Binary11010110000011110100100101000101111110111101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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