#29671B

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

Shades of San Felix #29671B

Tints of San Felix #29671B

Color information

#29671B (or 0x29671B) is unknown color: approx San Felix. HEX triplet: 29, 67 and 1B. RGB value is (41,103,27). Sum of RGB (Red+Green+Blue) = 41+103+27=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 103 (40.62% from 255 or 60.23% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 103 - color contains mainly: green. Hex color #29671B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29671B is #D698E4. Grayscale: #4C4C4C. Windows color (decimal): -14063845 or 1795881. OLE color: 1795881.

HSL color Cylindrical-coordinate representation of color #29671B: hue angle of 108.95º 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 #29671B is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB4110327-
CMYK0.6000.740.60
HSL108.95º58.46%25.49%-
HSV(B)108.95º73.79%40.39%-
XYZ5.9610.252.7-
YUV75.8100.46103.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.98%
GREEN value IS 103 (40.62% from 255) = 60.23%
BLUE value IS 27 (10.94% from 255) = 15.79%
R=23.98%
G=60.23%
B=15.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41103270.6000.740.60108.9558.4625.49
Hex29671B3C04A3C6d3a19
Octal5114733740112741557231
Binary10100111001111101111110001001010111100110110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29671B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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