#1A701D

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

Shades of San Felix #1A701D

Tints of San Felix #1A701D

Color information

#1A701D (or 0x1A701D) is unknown color: approx San Felix. HEX triplet: 1A, 70 and 1D. RGB value is (26,112,29). Sum of RGB (Red+Green+Blue) = 26+112+29=167 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.57% from 167); Green value is 112 (44.14% from 255 or 67.07% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 112 - color contains mainly: green. Hex color #1A701D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A701D is #E58FE2. Grayscale: #4D4D4D. Windows color (decimal): -15044579 or 1929242. OLE color: 1929242.

HSL color Cylindrical-coordinate representation of color #1A701D: hue angle of 122.09º 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 #1A701D is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB2611229-
CMYK0.7700.740.56
HSL122.09º62.32%27.06%-
HSV(B)122.09º76.79%43.92%-
XYZ6.4411.93.12-
YUV76.82101.0191.75-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.57%
GREEN value IS 112 (44.14% from 255) = 67.07%
BLUE value IS 29 (11.72% from 255) = 17.37%
R=15.57%
G=67.07%
B=17.37%

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
Decimal26112290.7700.740.56122.0962.3227.06
Hex1A701D4D04A387a3e1b
Octal32160351150112701727633
Binary11010111000011101100110101001010111000111101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A701D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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