#296126

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

Shades of San Felix #296126

Tints of San Felix #296126

Color information

#296126 (or 0x296126) is unknown color: approx San Felix. HEX triplet: 29, 61 and 26. RGB value is (41,97,38). Sum of RGB (Red+Green+Blue) = 41+97+38=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 97 (38.28% from 255 or 55.11% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 97 - color contains mainly: green. Hex color #296126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296126 is #D69ED9. Grayscale: #494949. Windows color (decimal): -14065370 or 2515241. OLE color: 2515241.

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

Color convert

RGB419738-
CMYK0.5800.610.62
HSL116.95º43.7%26.47%-
HSV(B)116.95º60.82%38.04%-
XYZ5.549.163.31-
YUV73.53107.95104.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.30%
GREEN value IS 97 (38.28% from 255) = 55.11%
BLUE value IS 38 (15.23% from 255) = 21.59%
R=23.30%
G=55.11%
B=21.59%

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
Decimal4197380.5800.610.62116.9543.726.47
Hex2961263A03D3E752c1a
Octal511414672075761655432
Binary10100111000011001101110100111101111110111010110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296126; }

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

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

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

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

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

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

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

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