#297335

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

Shades of San Felix #297335

Tints of San Felix #297335

Color information

#297335 (or 0x297335) is unknown color: approx San Felix. HEX triplet: 29, 73 and 35. RGB value is (41,115,53). Sum of RGB (Red+Green+Blue) = 41+115+53=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 115 (45.31% from 255 or 55.02% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 115 - color contains mainly: green. Hex color #297335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297335 is #D68CCA. Grayscale: #555555. Windows color (decimal): -14060747 or 3502889. OLE color: 3502889.

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

Color convert

RGB4111553-
CMYK0.6400.540.55
HSL129.73º47.44%30.59%-
HSV(B)129.73º64.35%45.1%-
XYZ7.6912.995.47-
YUV85.81109.4896.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.62%
GREEN value IS 115 (45.31% from 255) = 55.02%
BLUE value IS 53 (21.09% from 255) = 25.36%
R=19.62%
G=55.02%
B=25.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41115530.6400.540.55129.7347.4430.59
Hex2973354003637822f1f
Octal5116365100066672025737
Binary1010011110011110101100000001101101101111000001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297335; }

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

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

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

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

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

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

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

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