#296E1D

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

Shades of San Felix #296E1D

Tints of San Felix #296E1D

Color information

#296E1D (or 0x296E1D) is unknown color: approx San Felix. HEX triplet: 29, 6E and 1D. RGB value is (41,110,29). Sum of RGB (Red+Green+Blue) = 41+110+29=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 110 (43.36% from 255 or 61.11% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 110 - color contains mainly: green. Hex color #296E1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296E1D is #D691E2. Grayscale: #505050. Windows color (decimal): -14062051 or 1928745. OLE color: 1928745.

HSL color Cylindrical-coordinate representation of color #296E1D: hue angle of 111.11º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #296E1D is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB4111029-
CMYK0.6300.740.57
HSL111.11º58.27%27.25%-
HSV(B)111.11º73.64%43.14%-
XYZ6.7111.713.07-
YUV80.1399.14100.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 110 (43.36% from 255) = 61.11%
BLUE value IS 29 (11.72% from 255) = 16.11%
R=22.78%
G=61.11%
B=16.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41110290.6300.740.57111.1158.2727.25
Hex296E1D3F04A396f3a1b
Octal5115635770112711577233
Binary10100111011101110111111101001010111001110111111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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