#297032

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

Shades of San Felix #297032

Tints of San Felix #297032

Color information

#297032 (or 0x297032) is unknown color: approx San Felix. HEX triplet: 29, 70 and 32. RGB value is (41,112,50). Sum of RGB (Red+Green+Blue) = 41+112+50=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #297032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297032 is #D68FCD. Grayscale: #535353. Windows color (decimal): -14061518 or 3305513. OLE color: 3305513.

HSL color Cylindrical-coordinate representation of color #297032: hue angle of 127.61º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #297032 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB4111250-
CMYK0.6300.550.56
HSL127.61º46.41%30%-
HSV(B)127.61º63.39%43.92%-
XYZ7.2812.295.01-
YUV83.7108.9897.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 112 (44.14% from 255) = 55.17%
BLUE value IS 50 (19.92% from 255) = 24.63%
R=20.20%
G=55.17%
B=24.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41112500.6300.550.56127.6146.4130
Hex2970323F03738802e1e
Octal511606277067702005636
Binary101001111000011001011111101101111110001000000010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297032; }

 p { color: rgb(41,112,50); }

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

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

 a { background-color: rgb(41,112,50); }

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

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

 span { border-color: rgb(41,112,50); }

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