#29652A

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

Shades of San Felix #29652A

Tints of San Felix #29652A

Color information

#29652A (or 0x29652A) is unknown color: approx San Felix. HEX triplet: 29, 65 and 2A. RGB value is (41,101,42). Sum of RGB (Red+Green+Blue) = 41+101+42=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 101 (39.84% from 255 or 54.89% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 101 - color contains mainly: green. Hex color #29652A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29652A is #D69AD5. Grayscale: #4C4C4C. Windows color (decimal): -14064342 or 2778409. OLE color: 2778409.

HSL color Cylindrical-coordinate representation of color #29652A: hue angle of 121º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #29652A is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB4110142-
CMYK0.5900.580.60
HSL121º42.25%27.84%-
HSV(B)121º59.41%39.61%-
XYZ5.999.953.79-
YUV76.33108.62102.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.28%
GREEN value IS 101 (39.84% from 255) = 54.89%
BLUE value IS 42 (16.80% from 255) = 22.83%
R=22.28%
G=54.89%
B=22.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41101420.5900.580.6012142.2527.84
Hex29652A3B03A3C792a1c
Octal511455273072741715234
Binary10100111001011010101110110111010111100111100110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29652A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29652A; }

 p { color: rgb(41,101,42); }

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

<style>
 a { background-color: #29652A; }

 a { background-color: rgb(41,101,42); }

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

<style>
 span { border-color: #29652A; }

 span { border-color: rgb(41,101,42); }

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