#1F7629

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

Shades of San Felix #1F7629

Tints of San Felix #1F7629

Color information

#1F7629 (or 0x1F7629) is unknown color: approx San Felix. HEX triplet: 1F, 76 and 29. RGB value is (31,118,41). Sum of RGB (Red+Green+Blue) = 31+118+41=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 118 (46.48% from 255 or 62.11% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 118 - color contains mainly: green. Hex color #1F7629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7629 is #E089D6. Grayscale: #535353. Windows color (decimal): -14715351 or 2717215. OLE color: 2717215.

HSL color Cylindrical-coordinate representation of color #1F7629: hue angle of 126.9º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7629 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB3111841-
CMYK0.7400.650.54
HSL126.9º58.39%29.22%-
HSV(B)126.9º73.73%46.27%-
XYZ7.4413.414.29-
YUV83.21104.1890.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.32%
GREEN value IS 118 (46.48% from 255) = 62.11%
BLUE value IS 41 (16.41% from 255) = 21.58%
R=16.32%
G=62.11%
B=21.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31118410.7400.650.54126.958.3929.22
Hex1F76294A041367f3a1d
Octal37166511120101661777235
Binary111111110110101001100101001000001110110111111111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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