#1f6a1c

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

Shades of San Felix #1F6A1C

Tints of San Felix #1F6A1C

Color information

#1F6A1C (or 0x1F6A1C) is unknown color: approx San Felix. HEX triplet: 1F, 6A and 1C. RGB value is (31,106,28). Sum of RGB (Red+Green+Blue) = 31+106+28=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 106 (41.80% from 255 or 64.24% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 106 - color contains mainly: green. Hex color #1F6A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6A1C is #E095E3. Grayscale: #4A4A4A. Windows color (decimal): -14718436 or 1862175. OLE color: 1862175.

HSL color Cylindrical-coordinate representation of color #1F6A1C: hue angle of 117.69º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F6A1C is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB3110628-
CMYK0.7100.740.58
HSL117.69º58.21%26.27%-
HSV(B)117.69º73.58%41.57%-
XYZ5.9310.682.85-
YUV74.68101.6596.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.79%
GREEN value IS 106 (41.80% from 255) = 64.24%
BLUE value IS 28 (11.33% from 255) = 16.97%
R=18.79%
G=64.24%
B=16.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31106280.7100.740.58117.6958.2126.27
Hex1F6A1C4704A3A763a1a
Octal37152341070112721667232
Binary11111110101011100100011101001010111010111011011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f6a1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,106,28); }

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

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

 a { background-color: rgb(31,106,28); }

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

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

 span { border-color: rgb(31,106,28); }

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