#29722D

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

Shades of San Felix #29722D

Tints of San Felix #29722D

Color information

#29722D (or 0x29722D) is unknown color: approx San Felix. HEX triplet: 29, 72 and 2D. RGB value is (41,114,45). Sum of RGB (Red+Green+Blue) = 41+114+45=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 114 (44.92% from 255 or 57% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 114 - color contains mainly: green. Hex color #29722D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29722D is #D68DD2. Grayscale: #545454. Windows color (decimal): -14061011 or 2978345. OLE color: 2978345.

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

Color convert

RGB4111445-
CMYK0.6400.610.55
HSL123.29º47.1%30.39%-
HSV(B)123.29º64.04%44.71%-
XYZ7.4112.74.54-
YUV84.31105.8297.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.5%
GREEN value IS 114 (44.92% from 255) = 57%
BLUE value IS 45 (17.97% from 255) = 22.5%
R=20.5%
G=57%
B=22.5%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41114450.6400.610.55123.2947.130.39
Hex29722D4003D377b2f1e
Octal5116255100075671735736
Binary101001111001010110110000000111101110111111101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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