#1F631F

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

Shades of San Felix #1F631F

Tints of San Felix #1F631F

Color information

#1F631F (or 0x1F631F) is unknown color: approx San Felix. HEX triplet: 1F, 63 and 1F. RGB value is (31,99,31). Sum of RGB (Red+Green+Blue) = 31+99+31=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 99 (39.06% from 255 or 61.49% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 99 - color contains mainly: green. Hex color #1F631F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F631F is #E09CE0. Grayscale: #474747. Windows color (decimal): -14720225 or 2056991. OLE color: 2056991.

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

Color convert

RGB319931-
CMYK0.6900.690.61
HSL120º52.31%25.49%-
HSV(B)120º68.69%38.82%-
XYZ5.279.312.82-
YUV70.92105.4799.53-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.25%
GREEN value IS 99 (39.06% from 255) = 61.49%
BLUE value IS 31 (12.5% from 255) = 19.25%
R=19.25%
G=61.49%
B=19.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3199310.6900.690.6112052.3125.49
Hex1F631F450453D783419
Octal37143371050105751706431
Binary11111110001111111100010101000101111101111100011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F631F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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