#29681A

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

Shades of San Felix #29681A

Tints of San Felix #29681A

Color information

#29681A (or 0x29681A) is unknown color: approx San Felix. HEX triplet: 29, 68 and 1A. RGB value is (41,104,26). Sum of RGB (Red+Green+Blue) = 41+104+26=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 104 (41.02% from 255 or 60.82% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 104 - color contains mainly: green. Hex color #29681A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29681A is #D697E5. Grayscale: #4C4C4C. Windows color (decimal): -14063590 or 1730601. OLE color: 1730601.

HSL color Cylindrical-coordinate representation of color #29681A: hue angle of 108.46º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29681A is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB4110426-
CMYK0.6100.750.59
HSL108.46º60%25.49%-
HSV(B)108.46º75%40.78%-
XYZ6.0510.452.67-
YUV76.2799.63102.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.98%
GREEN value IS 104 (41.02% from 255) = 60.82%
BLUE value IS 26 (10.55% from 255) = 15.20%
R=23.98%
G=60.82%
B=15.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41104260.6100.750.59108.466025.49
Hex29681A3D04B3B6c3c19
Octal5115032750113731547431
Binary10100111010001101011110101001011111011110110011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,104,26); }

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

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

 a { background-color: rgb(41,104,26); }

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

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

 span { border-color: rgb(41,104,26); }

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