#1F732E

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

Shades of San Felix #1F732E

Tints of San Felix #1F732E

Color information

#1F732E (or 0x1F732E) is unknown color: approx San Felix. HEX triplet: 1F, 73 and 2E. RGB value is (31,115,46). Sum of RGB (Red+Green+Blue) = 31+115+46=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 115 (45.31% from 255 or 59.90% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 115 - color contains mainly: green. Hex color #1F732E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F732E is #E08CD1. Grayscale: #525252. Windows color (decimal): -14716114 or 3044127. OLE color: 3044127.

HSL color Cylindrical-coordinate representation of color #1F732E: hue angle of 130.71º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F732E is Cyan = 0.73, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.55.

Color convert

RGB3111546-
CMYK0.7300.60.55
HSL130.71º57.53%28.63%-
HSV(B)130.71º73.04%45.1%-
XYZ7.1912.754.67-
YUV82.02107.6791.61-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.15%
GREEN value IS 115 (45.31% from 255) = 59.90%
BLUE value IS 46 (18.36% from 255) = 23.96%
R=16.15%
G=59.90%
B=23.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31115460.7300.60.55130.7157.5328.63
Hex1F732E4903C37833a1d
Octal3716356111074672037235
Binary111111110011101110100100101111001101111000001111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F732E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,115,46); }

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

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

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

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

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

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

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