#296729

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

Shades of San Felix #296729

Tints of San Felix #296729

Color information

#296729 (or 0x296729) is unknown color: approx San Felix. HEX triplet: 29, 67 and 29. RGB value is (41,103,41). Sum of RGB (Red+Green+Blue) = 41+103+41=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 103 (40.62% from 255 or 55.68% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 103 - color contains mainly: green. Hex color #296729 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296729 is #D698D6. Grayscale: #4D4D4D. Windows color (decimal): -14063831 or 2713385. OLE color: 2713385.

HSL color Cylindrical-coordinate representation of color #296729: hue angle of 120º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #296729 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.60.

Color convert

RGB4110341-
CMYK0.6000.600.60
HSL120º43.06%28.24%-
HSV(B)120º60.19%40.39%-
XYZ6.1610.333.77-
YUV77.39107.46102.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.16%
GREEN value IS 103 (40.62% from 255) = 55.68%
BLUE value IS 41 (16.41% from 255) = 22.16%
R=22.16%
G=55.68%
B=22.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41103410.6000.600.6012043.0628.24
Hex2967293C03C3C782b1c
Octal511475174074741705334
Binary10100111001111010011111000111100111100111100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296729; }

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

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

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

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

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

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

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

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