#296634

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

Shades of San Felix #296634

Tints of San Felix #296634

Color information

#296634 (or 0x296634) is unknown color: approx San Felix. HEX triplet: 29, 66 and 34. RGB value is (41,102,52). Sum of RGB (Red+Green+Blue) = 41+102+52=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 102 (40.23% from 255 or 52.31% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 102 - color contains mainly: green. Hex color #296634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296634 is #D699CB. Grayscale: #4E4E4E. Windows color (decimal): -14064076 or 3434025. OLE color: 3434025.

HSL color Cylindrical-coordinate representation of color #296634: hue angle of 130.82º 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 #296634 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB4110252-
CMYK0.6000.490.6
HSL130.82º42.66%28.04%-
HSV(B)130.82º59.8%40%-
XYZ6.2910.224.89-
YUV78.06113.29101.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.03%
GREEN value IS 102 (40.23% from 255) = 52.31%
BLUE value IS 52 (20.70% from 255) = 26.67%
R=21.03%
G=52.31%
B=26.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41102520.6000.490.6130.8242.6628.04
Hex2966343C0313C832b1c
Octal511466474061742035334
Binary101001110011011010011110001100011111001000001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296634; }

 p { color: rgb(41,102,52); }

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

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

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

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

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

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

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