#29732B

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

Shades of San Felix #29732B

Tints of San Felix #29732B

Color information

#29732B (or 0x29732B) is unknown color: approx San Felix. HEX triplet: 29, 73 and 2B. RGB value is (41,115,43). Sum of RGB (Red+Green+Blue) = 41+115+43=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 115 (45.31% from 255 or 57.79% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 115 - color contains mainly: green. Hex color #29732B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29732B is #D68CD4. Grayscale: #545454. Windows color (decimal): -14060757 or 2847529. OLE color: 2847529.

HSL color Cylindrical-coordinate representation of color #29732B: hue angle of 121.62º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #29732B is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB4111543-
CMYK0.6400.630.55
HSL121.62º47.44%30.59%-
HSV(B)121.62º64.35%45.1%-
XYZ7.4812.914.38-
YUV84.67104.4896.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.60%
GREEN value IS 115 (45.31% from 255) = 57.79%
BLUE value IS 43 (17.19% from 255) = 21.61%
R=20.60%
G=57.79%
B=21.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41115430.6400.630.55121.6247.4430.59
Hex29732B4003F377a2f1f
Octal5116353100077671725737
Binary101001111001110101110000000111111110111111101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29732B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29732B; }

 p { color: rgb(41,115,43); }

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

<style>
 a { background-color: #29732B; }

 a { background-color: rgb(41,115,43); }

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

<style>
 span { border-color: #29732B; }

 span { border-color: rgb(41,115,43); }

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