#296328

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

Shades of San Felix #296328

Tints of San Felix #296328

Color information

#296328 (or 0x296328) is unknown color: approx San Felix. HEX triplet: 29, 63 and 28. RGB value is (41,99,40). Sum of RGB (Red+Green+Blue) = 41+99+40=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 99 (39.06% from 255 or 55% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 99 - color contains mainly: green. Hex color #296328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296328 is #D69CD7. Grayscale: #4B4B4B. Windows color (decimal): -14064856 or 2646825. OLE color: 2646825.

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

Color convert

RGB419940-
CMYK0.5900.600.61
HSL118.98º42.45%27.25%-
HSV(B)118.98º59.6%38.82%-
XYZ5.769.553.55-
YUV74.93108.28103.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 99 (39.06% from 255) = 55%
BLUE value IS 40 (16.02% from 255) = 22.22%
R=22.78%
G=55%
B=22.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4199400.5900.600.61118.9842.4527.25
Hex2963283B03C3D772a1b
Octal511435073074751675233
Binary10100111000111010001110110111100111101111011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296328; }

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

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

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

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

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

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

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

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