#297037

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

Shades of San Felix #297037

Tints of San Felix #297037

Color information

#297037 (or 0x297037) is unknown color: approx San Felix. HEX triplet: 29, 70 and 37. RGB value is (41,112,55). Sum of RGB (Red+Green+Blue) = 41+112+55=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 55 (21.88% from 255 or 26.44% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #297037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297037 is #D68FC8. Grayscale: #545454. Windows color (decimal): -14061513 or 3633193. OLE color: 3633193.

HSL color Cylindrical-coordinate representation of color #297037: hue angle of 131.83º 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 #297037 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB4111255-
CMYK0.6300.510.56
HSL131.83º46.41%30%-
HSV(B)131.83º63.39%43.92%-
XYZ7.412.345.61-
YUV84.27111.4897.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.71%
GREEN value IS 112 (44.14% from 255) = 53.85%
BLUE value IS 55 (21.88% from 255) = 26.44%
R=19.71%
G=53.85%
B=26.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41112550.6300.510.56131.8346.4130
Hex2970373F03338842e1e
Octal511606777063702045636
Binary101001111000011011111111101100111110001000010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297037; }

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

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

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

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

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

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

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

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