#1A7626

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

Shades of San Felix #1A7626

Tints of San Felix #1A7626

Color information

#1A7626 (or 0x1A7626) is unknown color: approx San Felix. HEX triplet: 1A, 76 and 26. RGB value is (26,118,38). Sum of RGB (Red+Green+Blue) = 26+118+38=182 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.29% from 182); Green value is 118 (46.48% from 255 or 64.84% from 182); Blue value is 38 (15.23% from 255 or 20.88% from 182); Max value from RGB is 118 - color contains mainly: green. Hex color #1A7626 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7626 is #E589D9. Grayscale: #515151. Windows color (decimal): -15043034 or 2520602. OLE color: 2520602.

HSL color Cylindrical-coordinate representation of color #1A7626: hue angle of 127.83º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7626 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB2611838-
CMYK0.7800.680.54
HSL127.83º63.89%28.24%-
HSV(B)127.83º77.97%46.27%-
XYZ7.2513.324.02-
YUV81.37103.5288.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.29%
GREEN value IS 118 (46.48% from 255) = 64.84%
BLUE value IS 38 (15.23% from 255) = 20.88%
R=14.29%
G=64.84%
B=20.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal26118380.7800.680.54127.8363.8928.24
Hex1A76264E0443680401c
Octal321664611601046620010034
Binary11010111011010011010011100100010011011010000000100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,118,38); }

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

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

 a { background-color: rgb(26,118,38); }

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

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

 span { border-color: rgb(26,118,38); }

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