#296C2A

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

Shades of San Felix #296C2A

Tints of San Felix #296C2A

Color information

#296C2A (or 0x296C2A) is unknown color: approx San Felix. HEX triplet: 29, 6C and 2A. RGB value is (41,108,42). Sum of RGB (Red+Green+Blue) = 41+108+42=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 108 (42.58% from 255 or 56.54% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 108 - color contains mainly: green. Hex color #296C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296C2A is #D693D5. Grayscale: #505050. Windows color (decimal): -14062550 or 2780201. OLE color: 2780201.

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

Color convert

RGB4110842-
CMYK0.6200.610.58
HSL120.9º44.97%29.22%-
HSV(B)120.9º62.04%42.35%-
XYZ6.6911.364.03-
YUV80.44106.399.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.47%
GREEN value IS 108 (42.58% from 255) = 56.54%
BLUE value IS 42 (16.80% from 255) = 21.99%
R=21.47%
G=56.54%
B=21.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41108420.6200.610.58120.944.9729.22
Hex296C2A3E03D3A792d1d
Octal511545276075721715535
Binary10100111011001010101111100111101111010111100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,108,42); }

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

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

 a { background-color: rgb(41,108,42); }

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

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

 span { border-color: rgb(41,108,42); }

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