#1F601F

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

Shades of San Felix #1F601F

Tints of San Felix #1F601F

Color information

#1F601F (or 0x1F601F) is unknown color: approx San Felix. HEX triplet: 1F, 60 and 1F. RGB value is (31,96,31). Sum of RGB (Red+Green+Blue) = 31+96+31=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 96 (37.89% from 255 or 60.76% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 96 - color contains mainly: green. Hex color #1F601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F601F is #E09FE0. Grayscale: #454545. Windows color (decimal): -14720993 or 2056223. OLE color: 2056223.

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

Color convert

RGB319631-
CMYK0.6800.680.62
HSL120º51.18%24.9%-
HSV(B)120º67.71%37.65%-
XYZ58.762.72-
YUV69.16106.47100.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.62%
GREEN value IS 96 (37.89% from 255) = 60.76%
BLUE value IS 31 (12.5% from 255) = 19.62%
R=19.62%
G=60.76%
B=19.62%

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
Decimal3196310.6800.680.6212051.1824.9
Hex1F601F440443E783319
Octal37140371040104761706331
Binary11111110000011111100010001000100111110111100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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