#29722E

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

Shades of San Felix #29722E

Tints of San Felix #29722E

Color information

#29722E (or 0x29722E) is unknown color: approx San Felix. HEX triplet: 29, 72 and 2E. RGB value is (41,114,46). Sum of RGB (Red+Green+Blue) = 41+114+46=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #29722E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29722E is #D68DD1. Grayscale: #545454. Windows color (decimal): -14061010 or 3043881. OLE color: 3043881.

HSL color Cylindrical-coordinate representation of color #29722E: hue angle of 124.11º 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 #29722E is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB4111446-
CMYK0.6400.600.55
HSL124.11º47.1%30.39%-
HSV(B)124.11º64.04%44.71%-
XYZ7.4212.74.65-
YUV84.42106.3297.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.40%
GREEN value IS 114 (44.92% from 255) = 56.72%
BLUE value IS 46 (18.36% from 255) = 22.89%
R=20.40%
G=56.72%
B=22.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41114460.6400.600.55124.1147.130.39
Hex29722E4003C377c2f1e
Octal5116256100074671745736
Binary101001111001010111010000000111100110111111110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29722E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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