#1F662A

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

Shades of San Felix #1F662A

Tints of San Felix #1F662A

Color information

#1F662A (or 0x1F662A) is unknown color: approx San Felix. HEX triplet: 1F, 66 and 2A. RGB value is (31,102,42). Sum of RGB (Red+Green+Blue) = 31+102+42=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 102 (40.23% from 255 or 58.29% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 102 - color contains mainly: green. Hex color #1F662A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F662A is #E099D5. Grayscale: #4A4A4A. Windows color (decimal): -14719446 or 2778655. OLE color: 2778655.

HSL color Cylindrical-coordinate representation of color #1F662A: hue angle of 129.3º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F662A is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB3110242-
CMYK0.7000.590.6
HSL129.3º53.38%26.08%-
HSV(B)129.3º69.61%40%-
XYZ5.739.963.81-
YUV73.93109.9897.38-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.71%
GREEN value IS 102 (40.23% from 255) = 58.29%
BLUE value IS 42 (16.80% from 255) = 24%
R=17.71%
G=58.29%
B=24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal31102420.7000.590.6129.353.3826.08
Hex1F662A4603B3C81351a
Octal3714652106073742016532
Binary111111100110101010100011001110111111001000000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,102,42); }

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

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

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

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

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

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

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