#296A34

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

Shades of San Felix #296A34

Tints of San Felix #296A34

Color information

#296A34 (or 0x296A34) is unknown color: approx San Felix. HEX triplet: 29, 6A and 34. RGB value is (41,106,52). Sum of RGB (Red+Green+Blue) = 41+106+52=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 106 (41.80% from 255 or 53.27% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 106 - color contains mainly: green. Hex color #296A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296A34 is #D695CB. Grayscale: #505050. Windows color (decimal): -14063052 or 3435049. OLE color: 3435049.

HSL color Cylindrical-coordinate representation of color #296A34: hue angle of 130.15º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296A34 is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.58.

Color convert

RGB4110652-
CMYK0.6100.510.58
HSL130.15º44.22%28.82%-
HSV(B)130.15º61.32%41.57%-
XYZ6.6911.035.02-
YUV80.41111.9799.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.60%
GREEN value IS 106 (41.80% from 255) = 53.27%
BLUE value IS 52 (20.70% from 255) = 26.13%
R=20.60%
G=53.27%
B=26.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41106520.6100.510.58130.1544.2228.82
Hex296A343D0333A822c1d
Octal511526475063722025435
Binary101001110101011010011110101100111110101000001010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,106,52); }

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

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

 a { background-color: rgb(41,106,52); }

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

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

 span { border-color: rgb(41,106,52); }

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