#296226

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

Shades of San Felix #296226

Tints of San Felix #296226

Color information

#296226 (or 0x296226) is unknown color: approx San Felix. HEX triplet: 29, 62 and 26. RGB value is (41,98,38). Sum of RGB (Red+Green+Blue) = 41+98+38=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 98 (38.67% from 255 or 55.37% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 98 - color contains mainly: green. Hex color #296226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296226 is #D69DD9. Grayscale: #4A4A4A. Windows color (decimal): -14065114 or 2515497. OLE color: 2515497.

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

Color convert

RGB419838-
CMYK0.5800.610.62
HSL117º44.12%26.67%-
HSV(B)117º61.22%38.43%-
XYZ5.639.353.34-
YUV74.12107.62104.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.16%
GREEN value IS 98 (38.67% from 255) = 55.37%
BLUE value IS 38 (15.23% from 255) = 21.47%
R=23.16%
G=55.37%
B=21.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4198380.5800.610.6211744.1226.67
Hex2962263A03D3E752c1b
Octal511424672075761655433
Binary10100111000101001101110100111101111110111010110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296226; }

 p { color: rgb(41,98,38); }

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

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

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

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

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

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

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