#1F762D

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

Shades of San Felix #1F762D

Tints of San Felix #1F762D

Color information

#1F762D (or 0x1F762D) is unknown color: approx San Felix. HEX triplet: 1F, 76 and 2D. RGB value is (31,118,45). Sum of RGB (Red+Green+Blue) = 31+118+45=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 118 (46.48% from 255 or 60.82% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 118 - color contains mainly: green. Hex color #1F762D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F762D is #E089D2. Grayscale: #535353. Windows color (decimal): -14715347 or 2979359. OLE color: 2979359.

HSL color Cylindrical-coordinate representation of color #1F762D: hue angle of 129.66º 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 #1F762D is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB3111845-
CMYK0.7400.620.54
HSL129.66º58.39%29.22%-
HSV(B)129.66º73.73%46.27%-
XYZ7.5213.444.68-
YUV83.66106.1890.44-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.98%
GREEN value IS 118 (46.48% from 255) = 60.82%
BLUE value IS 45 (17.97% from 255) = 23.20%
R=15.98%
G=60.82%
B=23.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31118450.7400.620.54129.6658.3929.22
Hex1F762D4A03E36823a1d
Octal3716655112076662027235
Binary111111110110101101100101001111101101101000001011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F762D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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