#29601F

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

Shades of San Felix #29601F

Tints of San Felix #29601F

Color information

#29601F (or 0x29601F) is unknown color: approx San Felix. HEX triplet: 29, 60 and 1F. RGB value is (41,96,31). Sum of RGB (Red+Green+Blue) = 41+96+31=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 96 (37.89% from 255 or 57.14% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 96 - color contains mainly: green. Hex color #29601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29601F is #D69FE0. Grayscale: #484848. Windows color (decimal): -14065633 or 2056233. OLE color: 2056233.

HSL color Cylindrical-coordinate representation of color #29601F: hue angle of 110.77º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29601F is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB419631-
CMYK0.5700.680.62
HSL110.77º51.18%24.9%-
HSV(B)110.77º67.71%37.65%-
XYZ5.348.942.74-
YUV72.14104.78105.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.40%
GREEN value IS 96 (37.89% from 255) = 57.14%
BLUE value IS 31 (12.5% from 255) = 18.45%
R=24.40%
G=57.14%
B=18.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4196310.5700.680.62110.7751.1824.9
Hex29601F390443E6f3319
Octal5114037710104761576331
Binary10100111000001111111100101000100111110110111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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