#296822

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

Shades of San Felix #296822

Tints of San Felix #296822

Color information

#296822 (or 0x296822) is unknown color: approx San Felix. HEX triplet: 29, 68 and 22. RGB value is (41,104,34). Sum of RGB (Red+Green+Blue) = 41+104+34=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 104 (41.02% from 255 or 58.10% from 179); Blue value is 34 (13.67% from 255 or 18.99% from 179); Max value from RGB is 104 - color contains mainly: green. Hex color #296822 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296822 is #D697DD. Grayscale: #4D4D4D. Windows color (decimal): -14063582 or 2254889. OLE color: 2254889.

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

Color convert

RGB4110434-
CMYK0.6100.670.59
HSL114º50.72%27.06%-
HSV(B)114º67.31%40.78%-
XYZ6.1510.493.21-
YUV77.18103.63102.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.91%
GREEN value IS 104 (41.02% from 255) = 58.10%
BLUE value IS 34 (13.67% from 255) = 18.99%
R=22.91%
G=58.10%
B=18.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41104340.6100.670.5911450.7227.06
Hex2968223D0433B72331b
Octal5115042750103731626333
Binary101001110100010001011110101000011111011111001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296822; }

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

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

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

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

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

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

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

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