#297331

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

Shades of San Felix #297331

Tints of San Felix #297331

Color information

#297331 (or 0x297331) is unknown color: approx San Felix. HEX triplet: 29, 73 and 31. RGB value is (41,115,49). Sum of RGB (Red+Green+Blue) = 41+115+49=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 115 (45.31% from 255 or 56.10% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 115 - color contains mainly: green. Hex color #297331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297331 is #D68CCE. Grayscale: #555555. Windows color (decimal): -14060751 or 3240745. OLE color: 3240745.

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

Color convert

RGB4111549-
CMYK0.6400.570.55
HSL126.49º47.44%30.59%-
HSV(B)126.49º64.35%45.1%-
XYZ7.612.955.01-
YUV85.35107.4896.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20%
GREEN value IS 115 (45.31% from 255) = 56.10%
BLUE value IS 49 (19.53% from 255) = 23.90%
R=20%
G=56.10%
B=23.90%

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
Decimal41115490.6400.570.55126.4947.4430.59
Hex29733140039377e2f1f
Octal5116361100071671765737
Binary101001111001111000110000000111001110111111111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297331; }

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

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

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

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

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

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

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

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