#1F6A28

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

Shades of San Felix #1F6A28

Tints of San Felix #1F6A28

Color information

#1F6A28 (or 0x1F6A28) is unknown color: approx San Felix. HEX triplet: 1F, 6A and 28. RGB value is (31,106,40). Sum of RGB (Red+Green+Blue) = 31+106+40=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 106 (41.80% from 255 or 59.89% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 106 - color contains mainly: green. Hex color #1F6A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6A28 is #E095D7. Grayscale: #4C4C4C. Windows color (decimal): -14718424 or 2648607. OLE color: 2648607.

HSL color Cylindrical-coordinate representation of color #1F6A28: hue angle of 127.2º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F6A28 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB3110640-
CMYK0.7100.620.58
HSL127.2º54.74%26.86%-
HSV(B)127.2º70.75%41.57%-
XYZ6.110.753.76-
YUV76.05107.6595.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.51%
GREEN value IS 106 (41.80% from 255) = 59.89%
BLUE value IS 40 (16.02% from 255) = 22.60%
R=17.51%
G=59.89%
B=22.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31106400.7100.620.58127.254.7426.86
Hex1F6A284703E3A7f371b
Octal3715250107076721776733
Binary11111110101010100010001110111110111010111111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,106,40); }

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

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

 a { background-color: rgb(31,106,40); }

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

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

 span { border-color: rgb(31,106,40); }

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