#1A621F

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

Shades of San Felix #1A621F

Tints of San Felix #1A621F

Color information

#1A621F (or 0x1A621F) is unknown color: approx San Felix. HEX triplet: 1A, 62 and 1F. RGB value is (26,98,31). Sum of RGB (Red+Green+Blue) = 26+98+31=155 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.77% from 155); Green value is 98 (38.67% from 255 or 63.23% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 98 - color contains mainly: green. Hex color #1A621F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A621F is #E59DE0. Grayscale: #454545. Windows color (decimal): -15048161 or 2056730. OLE color: 2056730.

HSL color Cylindrical-coordinate representation of color #1A621F: hue angle of 124.17º degrees, saturation: 0.58, 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 #1A621F is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB269831-
CMYK0.7300.680.62
HSL124.17º58.06%24.31%-
HSV(B)124.17º73.47%38.43%-
XYZ5.049.052.78-
YUV68.83106.6597.45-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.77%
GREEN value IS 98 (38.67% from 255) = 63.23%
BLUE value IS 31 (12.5% from 255) = 20%
R=16.77%
G=63.23%
B=20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2698310.7300.680.62124.1758.0624.31
Hex1A621F490443E7c3a18
Octal32142371110104761747230
Binary11010110001011111100100101000100111110111110011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A621F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,98,31); }

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

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

 a { background-color: rgb(26,98,31); }

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

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

 span { border-color: rgb(26,98,31); }

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