#1F611F

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

Shades of San Felix #1F611F

Tints of San Felix #1F611F

Color information

#1F611F (or 0x1F611F) is unknown color: approx San Felix. HEX triplet: 1F, 61 and 1F. RGB value is (31,97,31). Sum of RGB (Red+Green+Blue) = 31+97+31=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 97 (38.28% from 255 or 61.01% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 97 - color contains mainly: green. Hex color #1F611F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F611F is #E09EE0. Grayscale: #454545. Windows color (decimal): -14720737 or 2056479. OLE color: 2056479.

HSL color Cylindrical-coordinate representation of color #1F611F: hue angle of 120º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F611F is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB319731-
CMYK0.6800.680.62
HSL120º51.56%25.1%-
HSV(B)120º68.04%38.04%-
XYZ5.098.942.75-
YUV69.74106.13100.37-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.50%
GREEN value IS 97 (38.28% from 255) = 61.01%
BLUE value IS 31 (12.5% from 255) = 19.50%
R=19.50%
G=61.01%
B=19.50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3197310.6800.680.6212051.5625.1
Hex1F611F440443E783419
Octal37141371040104761706431
Binary11111110000111111100010001000100111110111100011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,97,31); }

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

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

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

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

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

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

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