#296D2C

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

Shades of San Felix #296D2C

Tints of San Felix #296D2C

Color information

#296D2C (or 0x296D2C) is unknown color: approx San Felix. HEX triplet: 29, 6D and 2C. RGB value is (41,109,44). Sum of RGB (Red+Green+Blue) = 41+109+44=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 109 (42.97% from 255 or 56.19% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 109 - color contains mainly: green. Hex color #296D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296D2C is #D692D3. Grayscale: #515151. Windows color (decimal): -14062292 or 2911529. OLE color: 2911529.

HSL color Cylindrical-coordinate representation of color #296D2C: hue angle of 122.65º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #296D2C is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.57.

Color convert

RGB4110944-
CMYK0.6200.600.57
HSL122.65º45.33%29.41%-
HSV(B)122.65º62.39%42.75%-
XYZ6.8411.594.26-
YUV81.26106.9799.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.13%
GREEN value IS 109 (42.97% from 255) = 56.19%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=21.13%
G=56.19%
B=22.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41109440.6200.600.57122.6545.3329.41
Hex296D2C3E03C397b2d1d
Octal511555476074711735535
Binary10100111011011011001111100111100111001111101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,109,44); }

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

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

 a { background-color: rgb(41,109,44); }

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

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

 span { border-color: rgb(41,109,44); }

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