#296A2F

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

Shades of San Felix #296A2F

Tints of San Felix #296A2F

Color information

#296A2F (or 0x296A2F) is unknown color: approx San Felix. HEX triplet: 29, 6A and 2F. RGB value is (41,106,47). Sum of RGB (Red+Green+Blue) = 41+106+47=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 106 (41.80% from 255 or 54.64% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 106 - color contains mainly: green. Hex color #296A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296A2F is #D695D0. Grayscale: #505050. Windows color (decimal): -14063057 or 3107369. OLE color: 3107369.

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

Color convert

RGB4110647-
CMYK0.6100.560.58
HSL125.54º44.22%28.82%-
HSV(B)125.54º61.32%41.57%-
XYZ6.5810.984.46-
YUV79.84109.47100.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.13%
GREEN value IS 106 (41.80% from 255) = 54.64%
BLUE value IS 47 (18.75% from 255) = 24.23%
R=21.13%
G=54.64%
B=24.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41106470.6100.560.58125.5444.2228.82
Hex296A2F3D0383A7e2c1d
Octal511525775070721765435
Binary10100111010101011111111010111000111010111111010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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