#29672E

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

Shades of San Felix #29672E

Tints of San Felix #29672E

Color information

#29672E (or 0x29672E) is unknown color: approx San Felix. HEX triplet: 29, 67 and 2E. RGB value is (41,103,46). Sum of RGB (Red+Green+Blue) = 41+103+46=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 103 (40.62% from 255 or 54.21% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 103 - color contains mainly: green. Hex color #29672E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29672E is #D698D1. Grayscale: #4E4E4E. Windows color (decimal): -14063826 or 3041065. OLE color: 3041065.

HSL color Cylindrical-coordinate representation of color #29672E: hue angle of 124.84º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #29672E is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB4110346-
CMYK0.6000.550.60
HSL124.84º43.06%28.24%-
HSV(B)124.84º60.19%40.39%-
XYZ6.2610.374.26-
YUV77.96109.96101.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.58%
GREEN value IS 103 (40.62% from 255) = 54.21%
BLUE value IS 46 (18.36% from 255) = 24.21%
R=21.58%
G=54.21%
B=24.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41103460.6000.550.60124.8443.0628.24
Hex29672E3C0373C7d2b1c
Octal511475674067741755334
Binary10100111001111011101111000110111111100111110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29672E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29672E; }

 p { color: rgb(41,103,46); }

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

<style>
 a { background-color: #29672E; }

 a { background-color: rgb(41,103,46); }

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

<style>
 span { border-color: #29672E; }

 span { border-color: rgb(41,103,46); }

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