#296820

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

Shades of San Felix #296820

Tints of San Felix #296820

Color information

#296820 (or 0x296820) is unknown color: approx San Felix. HEX triplet: 29, 68 and 20. RGB value is (41,104,32). Sum of RGB (Red+Green+Blue) = 41+104+32=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 104 (41.02% from 255 or 58.76% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 104 - color contains mainly: green. Hex color #296820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296820 is #D697DF. Grayscale: #4D4D4D. Windows color (decimal): -14063584 or 2123817. OLE color: 2123817.

HSL color Cylindrical-coordinate representation of color #296820: hue angle of 112.5º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #296820 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB4110432-
CMYK0.6100.690.59
HSL112.5º52.94%26.67%-
HSV(B)112.5º69.23%40.78%-
XYZ6.1310.483.07-
YUV76.95102.63102.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.16%
GREEN value IS 104 (41.02% from 255) = 58.76%
BLUE value IS 32 (12.89% from 255) = 18.08%
R=23.16%
G=58.76%
B=18.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41104320.6100.690.59112.552.9426.67
Hex2968203D0453B70351b
Octal5115040750105731606533
Binary101001110100010000011110101000101111011111000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296820; }

 p { color: rgb(41,104,32); }

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

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

 a { background-color: rgb(41,104,32); }

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

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

 span { border-color: rgb(41,104,32); }

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