#296831

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

Shades of San Felix #296831

Tints of San Felix #296831

Color information

#296831 (or 0x296831) is unknown color: approx San Felix. HEX triplet: 29, 68 and 31. RGB value is (41,104,49). Sum of RGB (Red+Green+Blue) = 41+104+49=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 104 (41.02% from 255 or 53.61% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 104 - color contains mainly: green. Hex color #296831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296831 is #D697CE. Grayscale: #4F4F4F. Windows color (decimal): -14063567 or 3237929. OLE color: 3237929.

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

Color convert

RGB4110449-
CMYK0.6100.530.59
HSL127.62º43.45%28.43%-
HSV(B)127.62º60.58%40.78%-
XYZ6.4210.594.61-
YUV78.89111.13100.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.13%
GREEN value IS 104 (41.02% from 255) = 53.61%
BLUE value IS 49 (19.53% from 255) = 25.26%
R=21.13%
G=53.61%
B=25.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41104490.6100.530.59127.6243.4528.43
Hex2968313D0353B802b1c
Octal511506175065732005334
Binary101001110100011000111110101101011110111000000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296831; }

 p { color: rgb(41,104,49); }

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

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

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

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

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

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

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