#29642B

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

Shades of San Felix #29642B

Tints of San Felix #29642B

Color information

#29642B (or 0x29642B) is unknown color: approx San Felix. HEX triplet: 29, 64 and 2B. RGB value is (41,100,43). Sum of RGB (Red+Green+Blue) = 41+100+43=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 100 (39.45% from 255 or 54.35% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 100 - color contains mainly: green. Hex color #29642B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29642B is #D69BD4. Grayscale: #4C4C4C. Windows color (decimal): -14064597 or 2843689. OLE color: 2843689.

HSL color Cylindrical-coordinate representation of color #29642B: hue angle of 122.03º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #29642B is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB4110043-
CMYK0.5900.570.61
HSL122.03º41.84%27.65%-
HSV(B)122.03º59%39.22%-
XYZ5.919.763.86-
YUV75.86109.45103.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.28%
GREEN value IS 100 (39.45% from 255) = 54.35%
BLUE value IS 43 (17.19% from 255) = 23.37%
R=22.28%
G=54.35%
B=23.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal41100430.5900.570.61122.0341.8427.65
Hex29642B3B0393D7a2a1c
Octal511445373071751725234
Binary10100111001001010111110110111001111101111101010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29642B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,100,43); }

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

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

 a { background-color: rgb(41,100,43); }

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

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

 span { border-color: rgb(41,100,43); }

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