#296F35

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

Shades of San Felix #296F35

Tints of San Felix #296F35

Color information

#296F35 (or 0x296F35) is unknown color: approx San Felix. HEX triplet: 29, 6F and 35. RGB value is (41,111,53). Sum of RGB (Red+Green+Blue) = 41+111+53=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 111 (43.75% from 255 or 54.15% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 111 - color contains mainly: green. Hex color #296F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296F35 is #D690CA. Grayscale: #535353. Windows color (decimal): -14061771 or 3501865. OLE color: 3501865.

HSL color Cylindrical-coordinate representation of color #296F35: hue angle of 130.29º 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 #296F35 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB4111153-
CMYK0.6300.520.56
HSL130.29º46.05%29.8%-
HSV(B)130.29º63.06%43.53%-
XYZ7.2412.15.32-
YUV83.46110.8197.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20%
GREEN value IS 111 (43.75% from 255) = 54.15%
BLUE value IS 53 (21.09% from 255) = 25.85%
R=20%
G=54.15%
B=25.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41111530.6300.520.56130.2946.0529.8
Hex296F353F03438822e1e
Octal511576577064702025636
Binary101001110111111010111111101101001110001000001010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296F35; }

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

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

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

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

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

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

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

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