#29661B

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

Shades of San Felix #29661B

Tints of San Felix #29661B

Color information

#29661B (or 0x29661B) is unknown color: approx San Felix. HEX triplet: 29, 66 and 1B. RGB value is (41,102,27). Sum of RGB (Red+Green+Blue) = 41+102+27=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 102 (40.23% from 255 or 60% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 102 - color contains mainly: green. Hex color #29661B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29661B is #D699E4. Grayscale: #4B4B4B. Windows color (decimal): -14064101 or 1795625. OLE color: 1795625.

HSL color Cylindrical-coordinate representation of color #29661B: hue angle of 108.8º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29661B is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB4110227-
CMYK0.6000.740.6
HSL108.8º58.14%25.29%-
HSV(B)108.8º73.53%40%-
XYZ5.8610.052.67-
YUV75.21100.79103.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.12%
GREEN value IS 102 (40.23% from 255) = 60%
BLUE value IS 27 (10.94% from 255) = 15.88%
R=24.12%
G=60%
B=15.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41102270.6000.740.6108.858.1425.29
Hex29661B3C04A3C6d3a19
Octal5114633740112741557231
Binary10100111001101101111110001001010111100110110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29661B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29661B; }

 p { color: rgb(41,102,27); }

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

<style>
 a { background-color: #29661B; }

 a { background-color: rgb(41,102,27); }

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

<style>
 span { border-color: #29661B; }

 span { border-color: rgb(41,102,27); }

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