#296327

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

Shades of San Felix #296327

Tints of San Felix #296327

Color information

#296327 (or 0x296327) is unknown color: approx San Felix. HEX triplet: 29, 63 and 27. RGB value is (41,99,39). Sum of RGB (Red+Green+Blue) = 41+99+39=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 99 (39.06% from 255 or 55.31% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 99 - color contains mainly: green. Hex color #296327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296327 is #D69CD8. Grayscale: #4B4B4B. Windows color (decimal): -14064857 or 2581289. OLE color: 2581289.

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

Color convert

RGB419939-
CMYK0.5900.610.61
HSL118º43.48%27.06%-
HSV(B)118º60.61%38.82%-
XYZ5.749.543.46-
YUV74.82107.78103.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.91%
GREEN value IS 99 (39.06% from 255) = 55.31%
BLUE value IS 39 (15.62% from 255) = 21.79%
R=22.91%
G=55.31%
B=21.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4199390.5900.610.6111843.4827.06
Hex2963273B03D3D762b1b
Octal511434773075751665333
Binary10100111000111001111110110111101111101111011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296327; }

 p { color: rgb(41,99,39); }

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

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

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

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

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

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

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