#297339

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

Shades of San Felix #297339

Tints of San Felix #297339

Color information

#297339 (or 0x297339) is unknown color: approx San Felix. HEX triplet: 29, 73 and 39. RGB value is (41,115,57). Sum of RGB (Red+Green+Blue) = 41+115+57=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 115 (45.31% from 255 or 53.99% from 213); Blue value is 57 (22.66% from 255 or 26.76% from 213); Max value from RGB is 115 - color contains mainly: green. Hex color #297339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297339 is #D68CC6. Grayscale: #565656. Windows color (decimal): -14060743 or 3765033. OLE color: 3765033.

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

Color convert

RGB4111557-
CMYK0.6400.500.55
HSL132.97º47.44%30.59%-
HSV(B)132.97º64.35%45.1%-
XYZ7.7813.035.98-
YUV86.26111.4895.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.25%
GREEN value IS 115 (45.31% from 255) = 53.99%
BLUE value IS 57 (22.66% from 255) = 26.76%
R=19.25%
G=53.99%
B=26.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41115570.6400.500.55132.9747.4430.59
Hex2973394003237852f1f
Octal5116371100062672055737
Binary1010011110011111001100000001100101101111000010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297339; }

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

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

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

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

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

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

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

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