#296825

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

Shades of San Felix #296825

Tints of San Felix #296825

Color information

#296825 (or 0x296825) is unknown color: approx San Felix. HEX triplet: 29, 68 and 25. RGB value is (41,104,37). Sum of RGB (Red+Green+Blue) = 41+104+37=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 104 (41.02% from 255 or 57.14% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 104 - color contains mainly: green. Hex color #296825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296825 is #D697DA. Grayscale: #4D4D4D. Windows color (decimal): -14063579 or 2451497. OLE color: 2451497.

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

Color convert

RGB4110437-
CMYK0.6100.640.59
HSL116.42º47.52%27.65%-
HSV(B)116.42º64.42%40.78%-
XYZ6.210.513.45-
YUV77.52105.13101.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.53%
GREEN value IS 104 (41.02% from 255) = 57.14%
BLUE value IS 37 (14.84% from 255) = 20.33%
R=22.53%
G=57.14%
B=20.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41104370.6100.640.59116.4247.5227.65
Hex2968253D0403B74301c
Octal5115045750100731646034
Binary101001110100010010111110101000000111011111010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296825; }

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

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

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

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

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

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

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

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