#1F7929

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

Shades of San Felix #1F7929

Tints of San Felix #1F7929

Color information

#1F7929 (or 0x1F7929) is unknown color: approx San Felix. HEX triplet: 1F, 79 and 29. RGB value is (31,121,41). Sum of RGB (Red+Green+Blue) = 31+121+41=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 121 (47.66% from 255 or 62.69% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 121 - color contains mainly: green. Hex color #1F7929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7929 is #E086D6. Grayscale: #555555. Windows color (decimal): -14714583 or 2717983. OLE color: 2717983.

HSL color Cylindrical-coordinate representation of color #1F7929: hue angle of 126.67º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7929 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB3112141-
CMYK0.7400.660.53
HSL126.67º59.21%29.8%-
HSV(B)126.67º74.38%47.45%-
XYZ7.814.134.41-
YUV84.97103.1889.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.06%
GREEN value IS 121 (47.66% from 255) = 62.69%
BLUE value IS 41 (16.41% from 255) = 21.24%
R=16.06%
G=62.69%
B=21.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31121410.7400.660.53126.6759.2129.8
Hex1F79294A042357f3b1e
Octal37171511120102651777336
Binary111111111001101001100101001000010110101111111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,121,41); }

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

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

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

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

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

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

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