#297035

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

Shades of San Felix #297035

Tints of San Felix #297035

Color information

#297035 (or 0x297035) is unknown color: approx San Felix. HEX triplet: 29, 70 and 35. RGB value is (41,112,53). Sum of RGB (Red+Green+Blue) = 41+112+53=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #297035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297035 is #D68FCA. Grayscale: #545454. Windows color (decimal): -14061515 or 3502121. OLE color: 3502121.

HSL color Cylindrical-coordinate representation of color #297035: hue angle of 130.14º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #297035 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB4111253-
CMYK0.6300.530.56
HSL130.14º46.41%30%-
HSV(B)130.14º63.39%43.92%-
XYZ7.3512.325.36-
YUV84.04110.4897.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.90%
GREEN value IS 112 (44.14% from 255) = 54.37%
BLUE value IS 53 (21.09% from 255) = 25.73%
R=19.90%
G=54.37%
B=25.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41112530.6300.530.56130.1446.4130
Hex2970353F03538822e1e
Octal511606577065702025636
Binary101001111000011010111111101101011110001000001010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297035; }

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

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

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

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

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

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

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

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