#1A6F1D

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

Shades of San Felix #1A6F1D

Tints of San Felix #1A6F1D

Color information

#1A6F1D (or 0x1A6F1D) is unknown color: approx San Felix. HEX triplet: 1A, 6F and 1D. RGB value is (26,111,29). Sum of RGB (Red+Green+Blue) = 26+111+29=166 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.66% from 166); Green value is 111 (43.75% from 255 or 66.87% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 111 - color contains mainly: green. Hex color #1A6F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6F1D is #E590E2. Grayscale: #4C4C4C. Windows color (decimal): -15044835 or 1928986. OLE color: 1928986.

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

Color convert

RGB2611129-
CMYK0.7700.740.56
HSL122.12º62.04%26.86%-
HSV(B)122.12º76.58%43.53%-
XYZ6.3311.683.08-
YUV76.24101.3492.17-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.66%
GREEN value IS 111 (43.75% from 255) = 66.87%
BLUE value IS 29 (11.72% from 255) = 17.47%
R=15.66%
G=66.87%
B=17.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26111290.7700.740.56122.1262.0426.86
Hex1A6F1D4D04A387a3e1b
Octal32157351150112701727633
Binary11010110111111101100110101001010111000111101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,111,29); }

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

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

 a { background-color: rgb(26,111,29); }

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

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

 span { border-color: rgb(26,111,29); }

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