#29763A

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

Shades of San Felix #29763A

Tints of San Felix #29763A

Color information

#29763A (or 0x29763A) is unknown color: approx San Felix. HEX triplet: 29, 76 and 3A. RGB value is (41,118,58). Sum of RGB (Red+Green+Blue) = 41+118+58=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 118 (46.48% from 255 or 54.38% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 118 - color contains mainly: green. Hex color #29763A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29763A is #D689C5. Grayscale: #585858. Windows color (decimal): -14059974 or 3831337. OLE color: 3831337.

HSL color Cylindrical-coordinate representation of color #29763A: hue angle of 133.25º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29763A is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB4111858-
CMYK0.6500.510.54
HSL133.25º48.43%31.18%-
HSV(B)133.25º65.25%46.27%-
XYZ8.1613.736.22-
YUV88.14110.9994.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.89%
GREEN value IS 118 (46.48% from 255) = 54.38%
BLUE value IS 58 (23.05% from 255) = 26.73%
R=18.89%
G=54.38%
B=26.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41118580.6500.510.54133.2548.4331.18
Hex29763A410333685301f
Octal5116672101063662056037
Binary1010011110110111010100000101100111101101000010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29763A; }

 p { color: rgb(41,118,58); }

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

<style>
 a { background-color: #29763A; }

 a { background-color: rgb(41,118,58); }

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

<style>
 span { border-color: #29763A; }

 span { border-color: rgb(41,118,58); }

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