#29621F

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

Shades of San Felix #29621F

Tints of San Felix #29621F

Color information

#29621F (or 0x29621F) is unknown color: approx San Felix. HEX triplet: 29, 62 and 1F. RGB value is (41,98,31). Sum of RGB (Red+Green+Blue) = 41+98+31=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 98 (38.67% from 255 or 57.65% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 98 - color contains mainly: green. Hex color #29621F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29621F is #D69DE0. Grayscale: #494949. Windows color (decimal): -14065121 or 2056745. OLE color: 2056745.

HSL color Cylindrical-coordinate representation of color #29621F: hue angle of 111.04º degrees, saturation: 0.52, 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 #29621F is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB419831-
CMYK0.5800.680.62
HSL111.04º51.94%25.29%-
HSV(B)111.04º68.37%38.43%-
XYZ5.539.312.8-
YUV73.32104.12104.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.12%
GREEN value IS 98 (38.67% from 255) = 57.65%
BLUE value IS 31 (12.5% from 255) = 18.24%
R=24.12%
G=57.65%
B=18.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4198310.5800.680.62111.0451.9425.29
Hex29621F3A0443E6f3419
Octal5114237720104761576431
Binary10100111000101111111101001000100111110110111111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29621F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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