#29692D

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

Shades of San Felix #29692D

Tints of San Felix #29692D

Color information

#29692D (or 0x29692D) is unknown color: approx San Felix. HEX triplet: 29, 69 and 2D. RGB value is (41,105,45). Sum of RGB (Red+Green+Blue) = 41+105+45=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 105 (41.41% from 255 or 54.97% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 105 - color contains mainly: green. Hex color #29692D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29692D is #D696D2. Grayscale: #4F4F4F. Windows color (decimal): -14063315 or 2976041. OLE color: 2976041.

HSL color Cylindrical-coordinate representation of color #29692D: hue angle of 123.75º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #29692D is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB4110545-
CMYK0.6100.570.59
HSL123.75º43.84%28.63%-
HSV(B)123.75º60.95%41.18%-
XYZ6.4410.764.22-
YUV79.02108.8100.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.47%
GREEN value IS 105 (41.41% from 255) = 54.97%
BLUE value IS 45 (17.97% from 255) = 23.56%
R=21.47%
G=54.97%
B=23.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41105450.6100.570.59123.7543.8428.63
Hex29692D3D0393B7c2c1d
Octal511515575071731745435
Binary10100111010011011011111010111001111011111110010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29692D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29692D; }

 p { color: rgb(41,105,45); }

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

<style>
 a { background-color: #29692D; }

 a { background-color: rgb(41,105,45); }

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

<style>
 span { border-color: #29692D; }

 span { border-color: rgb(41,105,45); }

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