#297538

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

Shades of San Felix #297538

Tints of San Felix #297538

Color information

#297538 (or 0x297538) is unknown color: approx San Felix. HEX triplet: 29, 75 and 38. RGB value is (41,117,56). Sum of RGB (Red+Green+Blue) = 41+117+56=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 117 (46.09% from 255 or 54.67% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 117 - color contains mainly: green. Hex color #297538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297538 is #D68AC7. Grayscale: #575757. Windows color (decimal): -14060232 or 3700009. OLE color: 3700009.

HSL color Cylindrical-coordinate representation of color #297538: hue angle of 131.84º 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 #297538 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB4111756-
CMYK0.6500.520.54
HSL131.84º48.1%30.98%-
HSV(B)131.84º64.96%45.88%-
XYZ7.9913.485.92-
YUV87.32110.3294.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.16%
GREEN value IS 117 (46.09% from 255) = 54.67%
BLUE value IS 56 (22.27% from 255) = 26.17%
R=19.16%
G=54.67%
B=26.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41117560.6500.520.54131.8448.130.98
Hex297538410343684301f
Octal5116570101064662046037
Binary1010011110101111000100000101101001101101000010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297538; }

 p { color: rgb(41,117,56); }

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

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

 a { background-color: rgb(41,117,56); }

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

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

 span { border-color: rgb(41,117,56); }

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