#296A29

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

Shades of San Felix #296A29

Tints of San Felix #296A29

Color information

#296A29 (or 0x296A29) is unknown color: approx San Felix. HEX triplet: 29, 6A and 29. RGB value is (41,106,41). Sum of RGB (Red+Green+Blue) = 41+106+41=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 106 (41.80% from 255 or 56.38% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 106 - color contains mainly: green. Hex color #296A29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296A29 is #D695D6. Grayscale: #4F4F4F. Windows color (decimal): -14063063 or 2714153. OLE color: 2714153.

HSL color Cylindrical-coordinate representation of color #296A29: hue angle of 120º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296A29 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB4110641-
CMYK0.6100.610.58
HSL120º44.22%28.82%-
HSV(B)120º61.32%41.57%-
XYZ6.4710.943.87-
YUV79.16106.47100.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.81%
GREEN value IS 106 (41.80% from 255) = 56.38%
BLUE value IS 41 (16.41% from 255) = 21.81%
R=21.81%
G=56.38%
B=21.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41106410.6100.610.5812044.2228.82
Hex296A293D03D3A782c1d
Octal511525175075721705435
Binary10100111010101010011111010111101111010111100010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296A29; }

 p { color: rgb(41,106,41); }

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

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

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

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

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

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

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