#29691F

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

Shades of San Felix #29691F

Tints of San Felix #29691F

Color information

#29691F (or 0x29691F) is unknown color: approx San Felix. HEX triplet: 29, 69 and 1F. RGB value is (41,105,31). Sum of RGB (Red+Green+Blue) = 41+105+31=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 105 (41.41% from 255 or 59.32% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 105 - color contains mainly: green. Hex color #29691F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29691F is #D696E0. Grayscale: #4D4D4D. Windows color (decimal): -14063329 or 2058537. OLE color: 2058537.

HSL color Cylindrical-coordinate representation of color #29691F: hue angle of 111.89º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29691F is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB4110531-
CMYK0.6100.700.59
HSL111.89º54.41%26.67%-
HSV(B)111.89º70.48%41.18%-
XYZ6.2110.673.03-
YUV77.43101.8102.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.16%
GREEN value IS 105 (41.41% from 255) = 59.32%
BLUE value IS 31 (12.5% from 255) = 17.51%
R=23.16%
G=59.32%
B=17.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41105310.6100.700.59111.8954.4126.67
Hex29691F3D0463B70361b
Octal5115137750106731606633
Binary10100111010011111111110101000110111011111000011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29691F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29691F; }

 p { color: rgb(41,105,31); }

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

<style>
 a { background-color: #29691F; }

 a { background-color: rgb(41,105,31); }

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

<style>
 span { border-color: #29691F; }

 span { border-color: rgb(41,105,31); }

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