#29692F

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

Shades of San Felix #29692F

Tints of San Felix #29692F

Color information

#29692F (or 0x29692F) is unknown color: approx San Felix. HEX triplet: 29, 69 and 2F. RGB value is (41,105,47). Sum of RGB (Red+Green+Blue) = 41+105+47=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 105 (41.41% from 255 or 54.40% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 105 - color contains mainly: green. Hex color #29692F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29692F is #D696D0. Grayscale: #4F4F4F. Windows color (decimal): -14063313 or 3107113. OLE color: 3107113.

HSL color Cylindrical-coordinate representation of color #29692F: hue angle of 125.62º 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 #29692F is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB4110547-
CMYK0.6100.550.59
HSL125.62º43.84%28.63%-
HSV(B)125.62º60.95%41.18%-
XYZ6.4810.784.43-
YUV79.25109.8100.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.24%
GREEN value IS 105 (41.41% from 255) = 54.40%
BLUE value IS 47 (18.75% from 255) = 24.35%
R=21.24%
G=54.40%
B=24.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41105470.6100.550.59125.6243.8428.63
Hex29692F3D0373B7e2c1d
Octal511515775067731765435
Binary10100111010011011111111010110111111011111111010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29692F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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