#296B1D

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

Shades of San Felix #296B1D

Tints of San Felix #296B1D

Color information

#296B1D (or 0x296B1D) is unknown color: approx San Felix. HEX triplet: 29, 6B and 1D. RGB value is (41,107,29). Sum of RGB (Red+Green+Blue) = 41+107+29=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 107 (42.19% from 255 or 60.45% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 107 - color contains mainly: green. Hex color #296B1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296B1D is #D694E2. Grayscale: #4E4E4E. Windows color (decimal): -14062819 or 1927977. OLE color: 1927977.

HSL color Cylindrical-coordinate representation of color #296B1D: hue angle of 110.77º degrees, saturation: 0.57, 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 #296B1D is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB4110729-
CMYK0.6200.730.58
HSL110.77º57.35%26.67%-
HSV(B)110.77º72.9%41.96%-
XYZ6.3911.082.96-
YUV78.37100.13101.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.16%
GREEN value IS 107 (42.19% from 255) = 60.45%
BLUE value IS 29 (11.72% from 255) = 16.38%
R=23.16%
G=60.45%
B=16.38%

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
Decimal41107290.6200.730.58110.7757.3526.67
Hex296B1D3E0493A6f391b
Octal5115335760111721577133
Binary10100111010111110111111001001001111010110111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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