#297332

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

Shades of San Felix #297332

Tints of San Felix #297332

Color information

#297332 (or 0x297332) is unknown color: approx San Felix. HEX triplet: 29, 73 and 32. RGB value is (41,115,50). Sum of RGB (Red+Green+Blue) = 41+115+50=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 115 (45.31% from 255 or 55.83% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 115 - color contains mainly: green. Hex color #297332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297332 is #D68CCD. Grayscale: #555555. Windows color (decimal): -14060750 or 3306281. OLE color: 3306281.

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

Color convert

RGB4111550-
CMYK0.6400.570.55
HSL127.3º47.44%30.59%-
HSV(B)127.3º64.35%45.1%-
XYZ7.6212.965.12-
YUV85.46107.9896.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.90%
GREEN value IS 115 (45.31% from 255) = 55.83%
BLUE value IS 50 (19.92% from 255) = 24.27%
R=19.90%
G=55.83%
B=24.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41115500.6400.570.55127.347.4430.59
Hex29733240039377f2f1f
Octal5116362100071671775737
Binary101001111001111001010000000111001110111111111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297332; }

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

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

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

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

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

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

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

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