#296B1C

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

Shades of San Felix #296B1C

Tints of San Felix #296B1C

Color information

#296B1C (or 0x296B1C) is unknown color: approx San Felix. HEX triplet: 29, 6B and 1C. RGB value is (41,107,28). Sum of RGB (Red+Green+Blue) = 41+107+28=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 107 (42.19% from 255 or 60.80% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 107 - color contains mainly: green. Hex color #296B1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296B1C is #D694E3. Grayscale: #4E4E4E. Windows color (decimal): -14062820 or 1862441. OLE color: 1862441.

HSL color Cylindrical-coordinate representation of color #296B1C: hue angle of 110.13º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #296B1C is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB4110728-
CMYK0.6200.740.58
HSL110.13º58.52%26.47%-
HSV(B)110.13º73.83%41.96%-
XYZ6.3811.072.9-
YUV78.2699.63101.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.30%
GREEN value IS 107 (42.19% from 255) = 60.80%
BLUE value IS 28 (11.33% from 255) = 15.91%
R=23.30%
G=60.80%
B=15.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41107280.6200.740.58110.1358.5226.47
Hex296B1C3E04A3A6e3b1a
Octal5115334760112721567332
Binary10100111010111110011111001001010111010110111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296B1C; }

 p { color: rgb(41,107,28); }

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

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

 a { background-color: rgb(41,107,28); }

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

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

 span { border-color: rgb(41,107,28); }

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