#296C1D

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

Shades of San Felix #296C1D

Tints of San Felix #296C1D

Color information

#296C1D (or 0x296C1D) is unknown color: approx San Felix. HEX triplet: 29, 6C and 1D. RGB value is (41,108,29). Sum of RGB (Red+Green+Blue) = 41+108+29=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 108 (42.58% from 255 or 60.67% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 108 - color contains mainly: green. Hex color #296C1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296C1D is #D693E2. Grayscale: #4F4F4F. Windows color (decimal): -14062563 or 1928233. OLE color: 1928233.

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

Color convert

RGB4110829-
CMYK0.6200.730.58
HSL110.89º57.66%26.86%-
HSV(B)110.89º73.15%42.35%-
XYZ6.511.293-
YUV78.9699.8100.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.03%
GREEN value IS 108 (42.58% from 255) = 60.67%
BLUE value IS 29 (11.72% from 255) = 16.29%
R=23.03%
G=60.67%
B=16.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41108290.6200.730.58110.8957.6626.86
Hex296C1D3E0493A6f3a1b
Octal5115435760111721577233
Binary10100111011001110111111001001001111010110111111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,108,29); }

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

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

 a { background-color: rgb(41,108,29); }

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

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

 span { border-color: rgb(41,108,29); }

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