#1F651B

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

Shades of San Felix #1F651B

Tints of San Felix #1F651B

Color information

#1F651B (or 0x1F651B) is unknown color: approx San Felix. HEX triplet: 1F, 65 and 1B. RGB value is (31,101,27). Sum of RGB (Red+Green+Blue) = 31+101+27=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 101 (39.84% from 255 or 63.52% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 101 - color contains mainly: green. Hex color #1F651B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F651B is #E09AE4. Grayscale: #474747. Windows color (decimal): -14719717 or 1795359. OLE color: 1795359.

HSL color Cylindrical-coordinate representation of color #1F651B: hue angle of 116.76º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F651B is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB3110127-
CMYK0.6900.730.60
HSL116.76º57.81%25.1%-
HSV(B)116.76º73.27%39.61%-
XYZ5.429.682.62-
YUV71.63102.8199.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.50%
GREEN value IS 101 (39.84% from 255) = 63.52%
BLUE value IS 27 (10.94% from 255) = 16.98%
R=19.50%
G=63.52%
B=16.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal31101270.6900.730.60116.7657.8125.1
Hex1F651B450493C753a19
Octal37145331050111741657231
Binary11111110010111011100010101001001111100111010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F651B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,101,27); }

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

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

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

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

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

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

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