#29682C

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

Shades of San Felix #29682C

Tints of San Felix #29682C

Color information

#29682C (or 0x29682C) is unknown color: approx San Felix. HEX triplet: 29, 68 and 2C. RGB value is (41,104,44). Sum of RGB (Red+Green+Blue) = 41+104+44=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 104 (41.02% from 255 or 55.03% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 104 - color contains mainly: green. Hex color #29682C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29682C is #D697D3. Grayscale: #4E4E4E. Windows color (decimal): -14063572 or 2910249. OLE color: 2910249.

HSL color Cylindrical-coordinate representation of color #29682C: hue angle of 122.86º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29682C is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB4110444-
CMYK0.6100.580.59
HSL122.86º43.45%28.43%-
HSV(B)122.86º60.58%40.78%-
XYZ6.3210.554.09-
YUV78.32108.63101.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.69%
GREEN value IS 104 (41.02% from 255) = 55.03%
BLUE value IS 44 (17.58% from 255) = 23.28%
R=21.69%
G=55.03%
B=23.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41104440.6100.580.59122.8643.4528.43
Hex29682C3D03A3B7b2b1c
Octal511505475072731735334
Binary10100111010001011001111010111010111011111101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29682C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29682C; }

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

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

<style>
 a { background-color: #29682C; }

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

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

<style>
 span { border-color: #29682C; }

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

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