#296525

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

Shades of San Felix #296525

Tints of San Felix #296525

Color information

#296525 (or 0x296525) is unknown color: approx San Felix. HEX triplet: 29, 65 and 25. RGB value is (41,101,37). Sum of RGB (Red+Green+Blue) = 41+101+37=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 101 (39.84% from 255 or 56.42% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 101 - color contains mainly: green. Hex color #296525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296525 is #D69ADA. Grayscale: #4B4B4B. Windows color (decimal): -14064347 or 2450729. OLE color: 2450729.

HSL color Cylindrical-coordinate representation of color #296525: hue angle of 116.25º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #296525 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB4110137-
CMYK0.5900.630.60
HSL116.25º46.38%27.06%-
HSV(B)116.25º63.37%39.61%-
XYZ5.99.913.35-
YUV75.76106.12103.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.91%
GREEN value IS 101 (39.84% from 255) = 56.42%
BLUE value IS 37 (14.84% from 255) = 20.67%
R=22.91%
G=56.42%
B=20.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41101370.5900.630.60116.2546.3827.06
Hex2965253B03F3C742e1b
Octal511454573077741645633
Binary10100111001011001011110110111111111100111010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296525; }

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

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

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

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

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

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

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

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